forked from hive-engine/steemsmartcontracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.59 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "steemsmartcontracts",
"version": "1.7.2",
"description": "",
"main": "app.js",
"scripts": {
"start": "node --max-old-space-size=8192 app.js",
"lint": "eslint .gitignore .",
"test": "./node_modules/mocha/bin/mocha --recursive",
"test0": "./node_modules/mocha/bin/mocha ./test/hivesmartcontracts.js",
"test1": "./node_modules/mocha/bin/mocha ./test/nft.js",
"test2": "./node_modules/mocha/bin/mocha ./test/tokens.js",
"test3": "./node_modules/mocha/bin/mocha ./test/nftmarket.js",
"test4": "./node_modules/mocha/bin/mocha ./test/smarttokens.js",
"test5": "./node_modules/mocha/bin/mocha ./test/botcontroller.js",
"test6": "./node_modules/mocha/bin/mocha ./test/crittermanager.js",
"test7": "./node_modules/mocha/bin/mocha ./test/market.js",
"test8": "./node_modules/mocha/bin/mocha ./test/airdrops.js",
"test9": "./node_modules/mocha/bin/mocha ./test/mining.js",
"test10": "./node_modules/mocha/bin/mocha ./test/packmanager.js",
"test11": "./node_modules/mocha/bin/mocha ./test/claimdrops.js",
"test12": "./node_modules/mocha/bin/mocha ./test/distribution.js",
"test13": "./node_modules/mocha/bin/mocha ./test/witnesses.js",
"test14": "./node_modules/mocha/bin/mocha ./test/marketpools.js",
"test15": "./node_modules/mocha/bin/mocha ./test/tokenfunds.js",
"test16": "./node_modules/mocha/bin/mocha ./test/nftauction.js",
"test17": "./node_modules/mocha/bin/mocha ./test/comments.js",
"test18": "./node_modules/mocha/bin/mocha ./test/ticks.js",
"test19": "./node_modules/mocha/bin/mocha ./test/hivepegged.js"
},
"engines": {
"node": ">=13.7.0",
"npm": ">=6.13.6"
},
"keywords": [],
"author": "Harpagon210 <harpagon210@gmail.com>",
"license": "MIT",
"dependencies": {
"@hiveio/dhive": "^1.0.1",
"axios": "^0.21.1",
"bignumber.js": "^8.1.1",
"body-parser": "^1.19.0",
"bson": "^4.2.2",
"commander": "^2.20.3",
"cors": "^2.8.5",
"crypto-js": "^3.3.0",
"dotenv": "^6.2.0",
"express": "^4.17.1",
"fs-extra": "^6.0.1",
"jayson": "^2.1.2",
"js-base64": "^2.6.4",
"line-by-line": "^0.1.6",
"loglevel": "^1.8.0",
"mongodb": "^3.6.3",
"read-last-lines": "^1.8.0",
"seedrandom": "^3.0.5",
"socket.io": "^2.4.1",
"socket.io-client": "^2.4.0",
"validator": "^10.11.0",
"vm2": "^3.9.2",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"mocha": "^7.2.0"
}
}