forked from farm-army/farm-army-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.61 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
{
"name": "farmarmy-backend",
"version": "1.0.0",
"description": "This README would normally document whatever steps are necessary to get your application up and running.",
"main": "src/index.js",
"dependencies": {
"@0xsequence/multicall": "^0.15.1",
"abort-controller": "^3.0.0",
"async-request": "^1.2.0",
"better-sqlite3": "^7.1.2",
"bignumber.js": "^9.0.1",
"cache-manager": "^3.4.1",
"cache-manager-fs-hash": "0.0.9",
"candlestick-convert": "^5.1.5",
"connect-timeout": "^1.9.0",
"eth-multicall": "^1.3.13",
"ethereum-input-data-decoder": "^0.3.1",
"ethereum-multicall": "^2.0.1",
"ethers": "^5.1.4",
"ethers-multicall": "^0.1.6",
"express": "^4.17.1",
"jsdom": "^16.5.3",
"lodash": "^4.17.21",
"mocha": "^8.3.0",
"node-fetch": "^2.6.1",
"promise-throttle": "^1.1.2",
"timed-cache": "^1.1.4",
"web3": "1.3.3"
},
"engines": {
"node": "^12"
},
"devDependencies": {
"eslint": "^7.21.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-node": "^4.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"prettier": "^1.19.1",
"ts-node": "^9.1.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.1.5"
},
"scripts": {
"test": "mocha 'test/**/*.test.js'",
"lint": "eslint src",
"start": "node src/index.js"
},
"author": "Daniel Espendiller",
"license": "MIT"
}