-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
40
41
{
"name": "@andywer/gear",
"version": "0.1.2",
"license": "MIT",
"author": "Andy Wermke <andy@dev.next-step-software.com>",
"repository": "andywer/gear",
"scripts": {
"build": "node lib/cli compile src/ -d lib/",
"test": "node lib/cli type-check src/",
"prepublish": "npm run build && npm test"
},
"bin": {
"gear": "lib/cli.js"
},
"files": [
"lib/",
"yarn.lock"
],
"keywords": [
"types",
"flow",
"babel",
"hindley-milner"
],
"dependencies": {
"@andywer/babel-cli-dctypes": "^7.0.0-alpha.1",
"@andywer/babel-plugin-transform-dctypes-comments": "^0.2.0",
"@andywer/babel-plugin-transform-dctypes-to-flow": "^0.2.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-polyfill": "7.0.0-alpha.1",
"babel-preset-env": "^2.0.0-alpha.1",
"camelcase": "^4.0.0",
"chalk": "^1.1.3",
"execa": "^0.6.1",
"figures": "^2.0.0",
"flow-bin": "^0.41.0",
"meow": "^3.7.0",
"mz": "^2.6.0",
"supports-color": "^3.2.3"
}
}