-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.11 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
42
43
44
45
{
"name": "@cryptape/cita-truffle-migrate",
"version": "0.24.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cryptape/cita-turffle-migrate.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/cryptape/cita-turffle-migrate/issues"
},
"homepage": "https://github.com/cryptape/cita-turffle-migrate#readme",
"dependencies": {
"@cryptape/cita-sdk": "^0.24.0",
"colors": "^1.3.2",
"cpr": "^3.0.1",
"ethjs-abi": "^0.2.1",
"lodash": "^4.17.10",
"node-ipc": "^9.1.1",
"original-require": "^1.0.1",
"temp": "^0.8.3",
"truffle-artifactor": "^3.0.7",
"truffle-compile": "^3.0.13",
"truffle-contract-schema": "^2.0.1",
"truffle-deployer": "^2.0.7",
"truffle-error": "^0.0.3",
"truffle-provider": "^0.0.6",
"truffle-require": "^1.0.7",
"utf8": "3.0.0",
"yargs": "^12.0.1"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
},
"bin": {
"appchain-migrate": "./dist/cli.js"
}
}