-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
40 lines (40 loc) · 1.03 KB
/
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
34
35
36
37
38
39
40
{
"name": "pundle",
"private": true,
"description": "Pundle root repository",
"repository": {
"type": "git",
"url": "git+https://github.com/steelbrain/pundle.git"
},
"author": "steelbrain",
"license": "MIT",
"bugs": {
"url": "https://github.com/steelbrain/pundle/issues"
},
"homepage": "https://github.com/steelbrain/pundle#readme",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@steelbrain/flow-bin": "^0.79.1",
"eslint-config-steelbrain": "^5.0.2",
"lerna": "^3.1.1",
"minimist": "^1.2.0",
"rimraf": "^2.6.2",
"sb-babel-cli": "0.2.x"
},
"scripts": {
"test": "echo 'None yet'",
"build": "./scripts/build.js",
"watch": "yarn build -w",
"dev": "packages/pundle-cli/lib/pundle.js --directory packages/test-package",
"postinstall": "yarn build && lerna link"
},
"engines": {
"node": ">=6 <=10"
},
"workspaces": [
"packages/*"
]
}