forked from es-git/es-git
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 888 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 888 Bytes
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
{
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"lerna": "lerna",
"test": "lerna run test",
"clean": "lerna run clean",
"babel": "lerna run babel",
"compile": "lerna run compile",
"tsc": "lerna run tsc",
"watch": "lerna run watch",
"pub": "lerna publish --registry=https://r.rs4.co/repository/rsn/"
},
"dependencies": {
"@types/node": "^8.10.18",
"@types/pako": "^1.0.0",
"@types/sinon": "^2.3.7",
"@types/sinon-stub-promise": "^1.1.0",
"ava": "^0.25.0",
"babel-cli": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"lerna": "^3.4.3",
"sinon": "^2.4.1",
"typescript": "^2.9.1"
},
"devDependencies": {
"babel-runtime": "^6.26.0"
},
"name": "mod-es-git"
}