-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "SayphrVideoAPI",
"version": "1.0.0",
"description": "Sayphr Video Serve API",
"main": "start.js",
"scripts": {
"start": "node start.js",
"dev": "nodemon start.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --quiet --fix"
},
"author": "MeteALANLI",
"license": "ISC",
"dependencies": {
"@koa/cors": "^3.1.0",
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"bcrypt-node": "^0.1.0",
"esm": "^3.2.25",
"ffmpeg": "0.0.4",
"ioredis": "^4.19.2",
"jest": "^26.6.3",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"koa": "^2.13.0",
"koa-body": "^4.2.0",
"koa-compress": "^5.0.1",
"koa-jwt": "^4.0.0",
"koa-ratelimit": "^5.0.0",
"koa-respond": "^2.1.0",
"koa-response-time": "^2.1.0",
"koa-router": "^10.0.0",
"mysql2": "^2.2.5",
"sequelize": "^6.5.0",
"sequelize-cli": "^6.2.0",
"uuidv4": "^6.2.6"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"nodemon": "^2.0.6",
"prettier": "^2.2.0"
}
}