forked from KendelChopp/alpaca-js-backtesting
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 797 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
{
"name": "@michaeljwright/alpaca-js-backtesting",
"version": "2.0.3",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "jest --collect-coverage",
"ci": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaeljwright/alpaca-js-backtesting.git"
},
"author": "Kendel Chopp (v2 update by Mike)",
"license": "MIT",
"keywords": [
"alpaca",
"backtesting"
],
"bugs": {
"url": "https://github.com/michaeljwright/alpaca-js-backtesting/issues"
},
"homepage": "https://github.com/michaeljwright/alpaca-js-backtesting#readme",
"devDependencies": {
"jest": "^26.4.2",
"q": "^1.5.1"
},
"dependencies": {
"axios": "^0.21.1",
"lodash": "^4.17.20",
"moment-timezone": "^0.5.33"
}
}