-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 859 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
36
{
"name": "stockpros",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "mocha tests --timeout 10000",
"lint": "eslint .",
"knex": "knex"
},
"author": "Samuel Corso",
"license": "ISC",
"dependencies": {
"@alpacahq/alpaca-trade-api": "^1.4.2",
"axios": "^0.21.1",
"chai": "^4.2.0",
"config": "^3.3.2",
"dotenv-flow": "^3.2.0",
"eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"express": "^4.17.1",
"express-validation": "^3.0.6",
"joi": "^17.3.0",
"knex": "^0.21.6",
"lodash": "^4.17.20",
"mocha": "^8.2.1",
"moment": "^2.29.1",
"moment-business-days": "^1.2.0",
"node-schedule": "^1.3.2",
"pg": "^8.4.1",
"redis": "^3.0.2",
"ws": "^7.3.1"
}
}