forked from holofans/holoapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1002 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1002 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
38
39
{
"name": "holoapi",
"version": "1.0.0",
"description": "Platform to serve Hololive information to community tools",
"scripts": {
"start": "nodemon apps/client-api",
"migrate": "sequelize db:migrate",
"rollback": "sequelize db:migrate:undo"
},
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"googleapis": "^51.0.0",
"helmet": "^3.22.0",
"memcached": "^2.2.2",
"moment-timezone": "^0.5.31",
"node-schedule-tz": "^1.2.1-4",
"pg": "^8.2.1",
"pg-hstore": "^2.3.3",
"sequelize": "^5.21.11",
"url": "^0.11.0",
"uuid": "^8.1.0",
"winston": "^3.2.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"nodemon": "^2.0.4",
"sequelize-cli": "^5.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holofans/holoapi.git"
}
}