-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 938 Bytes
/
package.json
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
{
"name": "@susisu/system-f",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "flow-typed install",
"lint": "eslint index.js lib --fix",
"flow": "flow check",
"start": "babel-node index.js",
"full": "npm run lint && npm run flow && npm start"
},
"author": "Susisu <[email protected]> (https://github.com/susisu)",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"immutable": "^3.8.1",
"loquat": "^2.0.0",
"loquat-token": "^2.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"eslint": "^3.19.0",
"eslint-plugin-disable": "^0.3.0",
"eslint-plugin-flowtype": "^2.33.0",
"flow-bin": "^0.46.0",
"flow-typed": "^2.1.2"
}
}