-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
35 lines (35 loc) · 919 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": "trading-bot",
"version": "1.0.0",
"description": "An Application which which will utilise the Zerodha Kite Trade APIs",
"main": "index.js",
"scripts": {
"debug": "nodemon --inspect=9222 index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shishir99111/trading-bot.git"
},
"keywords": [
"nodejs",
"trading",
"zerodha",
"websocket",
"webhook"
],
"author": "“Astha <“[email protected]”> (linkedin.com/in/astha-jadia-841b23135)",
"license": "ISC",
"bugs": {
"url": "https://github.com/shishir99111/trading-bot/issues"
},
"homepage": "https://github.com/shishir99111/trading-bot#readme",
"dependencies": {
"dotenv-minimal": "^0.5.4",
"express": "^4.16.2",
"kiteconnect": "^1.2.2",
"mongoose": "^4.13.6",
"mongoose-auto-increment": "^5.0.1",
"morgan": "^1.9.0",
"pino": "^4.10.2"
}
}