forked from GetScatter/scatter-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.27 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
{
"name": "zjubca-scatterjs",
"version": "1.0.0",
"description": "a modified scatterjs used by ZJUBCA dapp",
"scripts": {
"postinstall": "lerna bootstrap",
"build": "lerna exec -- babel --out-dir dist src",
"links": "lerna exec -- yarn link",
"publish": "lerna publish",
"testfile": "mocha --require babel-core/register --exit --timeout 1000000",
"test": "npm run testfile \"test/**/*.spec.js\" --timeout 1000000",
"test-eosjs": "concurrently \"lerna exec -- babel --watch --config ../../.babelrc --out-dir dist src\" \"cd mock-sites/eosjs-esm && npm run start\"",
"pack": "webpack-cli --mode=production --display-error-details"
},
"author": "ZJUBCA",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"babel-loader": "^8.0.2",
"babel-preset-minify": "^0.5.0-alpha.3cc09dcf"
},
"devDependencies": {
"chai": "^4.1.2",
"concurrently": "^4.0.1",
"lerna": "^3.2.1",
"mocha": "^5.2.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"yarn": "^1.9.4"
}
}