-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 1.02 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": "seeds-contracts",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "riteway test/*.test.js | tap-nirvana",
"test:eoslime": "eoslime test --path='eoslime-tests'",
"deploy": "./scripts/seeds.js init",
"deploy:local": "EOSIO_NETWORK=local ./scripts/seeds.js init",
"deploy:testnet": "EOSIO_NETWORK=telosTestnet ./scripts/seeds.js init",
"deploy:mainnet": "EOSIO_NETWORK=telosMainnet ./scripts/seeds.js init"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bignumber.js": "^8.1.1",
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.3",
"commander": "^3.0.2",
"commonmark": "^0.29.2",
"dotenv": "^8.1.0",
"eosio-signing-request": "^2.2.1",
"eosjs": "^21.0.3",
"eosjs-ecc": "^4.0.7",
"fs-extra": "^9.1.0",
"handlebars": "^4.7.6",
"json": "^9.0.6",
"mocha": "^6.1.4",
"moment": "^2.24.0",
"node-fetch": "^2.6.1",
"ramda": "^0.26.1",
"riteway": "^6.0.3",
"tap-nirvana": "^1.1.0"
}
}