-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 842 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 842 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
34
35
{
"name": "crypto-database",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"npm": ">=6.14.12",
"node": ">=14.17.0"
},
"scripts": {
"serve": "nodemon binanceDataLoader.js | npx pino-pretty",
"prod": "node binanceDataLoader.js | npx pino-pretty",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "traderPete",
"type": "module",
"license": "MIT",
"dependencies": {
"@binance/connector": "^1.13.0",
"axios": "^1.4.0",
"ccxt": "^1.91.15",
"date-and-time": "^2.4.1",
"dotenv": "^16.0.1",
"ethers": "^6.5.1",
"node-binance-api": "^0.13.1",
"nodemon": "^2.0.22",
"pg": "^8.7.3",
"pino": "^8.4.2",
"pino-pretty": "^9.1.0"
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint-config-google": "^0.14.0"
}
}