-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
41
{
"name": "@dexon-foundation/ganache-cli",
"version": "6.2.5",
"bin": {
"dexon-ganache-cli": "cli.js"
},
"main": "./build/ganache-core.node.cli.js",
"scripts": {
"start": "node cli.js",
"build": "webpack-cli --config ./webpack/webpack.node.config.js",
"docker": "docker build -t trufflesuite/ganache-cli . && docker run -p 8545:8545 trufflesuite/ganache-cli",
"prepublishOnly": "npm run build"
},
"dependencies": {
"bn.js": "4.11.8",
"source-map-support": "0.5.9",
"yargs": "11.1.0"
},
"bundleDependencies": [
"bn.js",
"source-map-support",
"yargs"
],
"devDependencies": {
"@dexon-foundation/ganache-core": "^2.3.2",
"js-scrypt": "0.2.0",
"node-loader": "^0.6.0",
"on-build-webpack": "^0.1.0",
"prepend-file": "^1.3.1",
"scrypt": "6.0.3",
"sha3": "1.2.2",
"shebang-loader": "0.0.1",
"webpack": "^4.18.0",
"webpack-cli": "3.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/trufflesuite/ganache-cli"
},
"license": "MIT"
}