-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 870 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": "ebot",
"version": "1.0.0",
"description": "emejulucodes whatsapp bot",
"main": "server/server.js",
"scripts": {
"start": "babel-node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Emmanuel Emejulu",
"license": "ISC",
"dependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/node": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"cors": "2.8.5",
"dotenv": "8.0.0",
"express": "^4.16.3",
"openai": "^3.1.0",
"systeminformation": "^5.16.8",
"twilio": "^4.6.0"
},
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/node": "^7.5.5",
"@babel/preset-env": "^7.5.5"
},
"engines": {
"node": "8.x"
}
}