-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 896 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
33
34
35
{
"name": "curvemonitor",
"version": "0.1.0",
"repository": "https://github.com/phil-svg/CurveMonitor",
"author": "Philipp",
"dependencies": {
"abi-decoder": "^2.4.0",
"axios": "^1.2.2",
"cheerio": "^1.0.0-rc.12",
"dirty": "^1.1.3",
"dotenv": "^16.0.3",
"events": "^3.3.0",
"fs": "^0.0.1-security",
"node-telegram-bot-api": "^0.61.0",
"socket.io": "^4.6.1",
"socket.io-client": "^4.5.4",
"typescript": "^4.9.5",
"web3": "^1.8.1",
"xlsx": "^0.18.5"
},
"main": "index",
"engines": {
"node": ">= 16.13.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1"
}
}