-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 909 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 909 Bytes
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
{
"name": "jeketi-server",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "jest",
"start": "node index.js",
"jest-debug": "node --inspect-brk node_modules/.bin/jest --runInBand"
},
"dependencies": {
"@google-cloud/datastore": "^2.0.0",
"@google-cloud/storage": "^2.1.0",
"@types/jest": "^24.0.17",
"axios": "^0.19.0",
"basic-auth": "^2.0.1",
"bluebird": "^3.5.5",
"cheerio": "^1.0.0-rc.2",
"cors": "^2.8.5",
"dotenv": "^6.0.0",
"elastic-apm-node": "^2.17.0",
"express": "^4.16.3",
"moment": "^2.22.2",
"moment-timezone": "^0.5.26",
"pg": "^7.5.0",
"pino": "^5.13.4",
"pino-elasticsearch": "^4.1.0",
"redis": "^2.8.0",
"request": "^2.88.0",
"sequelize": "^5.10.1",
"shortid": "^2.2.14",
"tough-cookie": "^3.0.1"
},
"devDependencies": {
"jest": "^24.5.0"
}
}