-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 853 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
39
40
{
"name": "sevici",
"version": "1.0.0",
"main": "index.js",
"author": "Warren <[email protected]>",
"license": "MIT",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@google/maps": "^1.0.2",
"@pm2/io": "^4.3.3",
"@sentry/node": "5.11.0",
"actions-on-google": "^2.12.0",
"axios": "^0.19.0",
"build-url": "^2.0.0",
"configcat-node": "^3.0.0",
"dialogflow-fulfillment": "^0.6.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"geolib": "^3.2.1",
"lodash": "^4.17.15",
"moment": "^2.24.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"jest": "^24.9.0"
},
"jest": {
"testEnvironment": "node",
"setupFiles": [
"./"
]
},
"babel": {
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}
}