-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.19 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "stock-bot-telegram",
"version": "1.0.0",
"description": "A sample Stock API bot ",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "nodemon src/index.js",
"start": "node src/index.js",
"lint": "eslint --ext .js --ignore-path .gitignore . --fix"
},
"author": "Anshuman Kumar",
"license": "MIT",
"dependencies": {
"audit": "^0.0.6",
"axios": "^0.27.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dialogflow-fulfillment": "git+https://github.com/anshumankmr/dialogflow-fulfillment-nodejs.git",
"dotenv": "^16.0.1",
"express": "^4.17.2",
"express-validation": "^4.1.0",
"helmet": "^5.1.0",
"http-status": "^1.5.2",
"kiteconnect": "^4.0.1",
"lodash": "^4.17.21",
"mongodb": "4.7",
"morgan": "^1.10.0",
"node-cron": "^3.0.1",
"node-telegram-bot-api": "^0.58.0",
"passport": "^0.6.0",
"pg": "^8.7.3",
"puppeteer": "^14.4.0",
"sequelize": "^6.21.3",
"socket.io-client": "^4.5.1",
"twilio": "^2.5.2",
"winston": "^3.5.0"
},
"devDependencies": {
"eslint": "^8.8.0",
"nodemon": "^2.0.18",
"sequelize-cli": "^6.4.1",
"uuid": "^8.3.2"
}
}