-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 872 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 872 Bytes
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
{
"name": "go-onchain-price",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"cors": "^2.8.5",
"croner": "^4.3.11",
"csv-parse": "^5.1.0",
"dotenv": "^16.0.1",
"ethers": "^5.6.7",
"express": "^4.18.1",
"json-sql": "^0.5.0",
"mongoose": "^6.12.0",
"mysql2": "^2.3.3"
},
"scripts": {
"test": "jest",
"lint": "eslint --ignore-pattern node_modules/ .",
"lint-fix": "eslint --ignore-pattern node_modules/ . --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"node-sql-parser": "^4.6.6",
"supertest": "^6.3.3"
}
}