-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.01 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
{
"name": "@purescript/npm",
"version": "1.0.0",
"description": "An experiment in packaging the PureScript ecosystem with npm",
"scripts": {
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"publish": "lerna publish && git push --tags",
"update": "git submodule update --recursive --remote",
"refresh": "ls packages | xargs scripts/refresh.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecliptic/purescript-npm.git"
},
"author": "Brandon Konkle <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecliptic/purescript-npm/issues"
},
"homepage": "https://github.com/ecliptic/purescript-npm#readme",
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"lerna": "^2.0.0-rc.5",
"ramda": "^0.23.0"
}
}