๐Ÿ“ฆ antongolub / flow-remove-types-recursive

๐Ÿ“„ package.json ยท 39 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39{
  "name": "flow-remove-types-recursive",
  "version": "0.0.0",
  "description": "Apply flow-remove-types to directories",
  "type": "module",
  "bin": "./src/main/js/cli.js",
  "exports": "./src/main/js/index.js",
  "files": [
    "src"
  ],
  "scripts": {
    "docs": "mkdir -p docs && cp ./README.md ./docs/README.md",
    "test": "c8 uvu ./src/test/js && c8 report -r lcov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antongolub/flow-remove-types-recursive.git"
  },
  "keywords": [
    "flow",
    "flow-remove-types",
    "flow-types"
  ],
  "author": "Anton Golub <antongolub@antongolub.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/antongolub/flow-remove-types-recursive/issues"
  },
  "homepage": "https://github.com/antongolub/flow-remove-types-recursive#readme",
  "dependencies": {
    "fast-glob": "^3.2.11",
    "flow-remove-types": "^2.175.1"
  },
  "devDependencies": {
    "c8": "^7.11.0",
    "uvu": "^0.5.3"
  }
}