-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 944 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
{
"name": "bismuth-example",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-react": "^6.24.1",
"babel-preset-react-native": "^4.0.0",
"flow-bin": "^0.60.1",
"parcel-bundler": "^1.1.0",
"prettier": "^1.9.0"
},
"scripts": {
"build:parcel": "parcel build ./flow-src/index.js",
"build:purs": "pulp build",
"build:ifyouwantedDCE": "pulp build --skip-entry-point -O -t output/Main.js",
"build:generate-types": "pulp run --main GenerateTypes",
"build": "npm run build:purs && npm run build:generate-types && npm run build:parcel && npm run flow && npm run exec:output",
"exec:output": "node dist/index.js",
"flow": "killall flow; flow",
"format": "prettier --write"
},
"author": "",
"license": "MIT"
}