-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1000 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
37
38
{
"name": "whatsapp_to_notion",
"version": "0.0.0",
"private": true,
"scripts": {
"start_stage": "node ./bin/www",
"start_dev_server": "export NODE_ENV=development&&nodemon ./bin/www",
"start_test": "set NODE_ENV=development&&pm2 start ./bin/www --name 'WHATSAPP-WEBHOOK'",
"start_prod": "set NODE_ENV=production&&node ./bin/www --name 'WHATSAPP-WEBHOOK'"
},
"dependencies": {
"@googleapis/drive": "^8.0.0",
"@notionhq/client": "^2.2.6",
"axios": "^0.21.1",
"axios-cache-adapter": "^2.7.3",
"bcryptjs": "^2.4.3",
"camelcase-keys": "^7.0.1",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"express": "~4.16.1",
"helmet": "^4.6.0",
"humps": "^2.0.1",
"joi": "^17.4.2",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"morgan": "~1.9.1",
"snakecase-keys": "^5.1.2"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"mocha": "^9.1.2"
}
}