-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
32 lines (32 loc) · 838 Bytes
/
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
{
"name": "fork-off-substrate",
"version": "1.0.0",
"description": "This script allows bootstrapping a new substrate chain with the current state of a live chain",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxsam4/fork-off-substrate.git"
},
"keywords": [
"substrate",
"polkadot",
"kusama",
"fork"
],
"author": "Mudit Gupta <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxsam4/fork-off-substrate/issues"
},
"homepage": "https://github.com/maxsam4/fork-off-substrate#readme",
"dependencies": {
"@polkadot/api": "^6.8.1",
"chalk": "^4.1.2",
"cli-progress": "^3.9.1",
"dotenv": "^10.0.0"
}
}