-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
53 lines (53 loc) · 1.68 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
{
"name": "steemsmartcontracts",
"version": "0.1.13",
"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/steemsmartcontracts.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"
},
"keywords": [],
"author": "Harpagon210 <[email protected]>",
"license": "MIT",
"dependencies": {
"bignumber.js": "^8.0.2",
"body-parser": "^1.18.3",
"bson": "^4.0.2",
"commander": "^2.19.0",
"cors": "^2.8.5",
"crypto-js": "^3.1.9-1",
"dotenv": "^6.2.0",
"dsteem": "^0.10.1",
"express": "^4.16.4",
"fs-extra": "^6.0.1",
"jayson": "^2.1.1",
"js-base64": "^2.5.1",
"line-by-line": "^0.1.6",
"mongodb": "^3.2.6",
"read-last-lines": "^1.6.0",
"seedrandom": "^3.0.1",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"validator": "^10.11.0",
"vm2": "^3.6.6",
"winston": "^3.1.0"
},
"devDependencies": {
"eslint": "^5.12.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.4",
"mocha": "^5.2.0"
}
}