-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.3 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.3 KB
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
49
50
51
52
{
"name": "studyo-back",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@koa/cors": "^3.1.0",
"aws-sdk": "^2.797.0",
"dotenv": "^8.2.0",
"http": "0.0.1-security",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.0",
"koa-body": "^4.2.0",
"koa-helmet": "^6.0.0",
"koa-logger": "^3.2.1",
"koa-router": "^10.0.0",
"module-alias": "^2.2.2",
"mysql2": "^2.2.5",
"nodemon": "^2.0.6",
"sequelize": "^6.3.5"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.13.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"prettier": "^2.1.2"
},
"_moduleAliases": {
"@utils": "./utils",
"@models": "./database/models"
},
"scripts": {
"start": "nodemon index.js",
"test": "NODE_ENV=test nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/winningarc/studyo-back.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/winningarc/studyo-back/issues"
},
"homepage": "https://github.com/winningarc/studyo-back#readme"
}