-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.74 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "bivrost-backend",
"version": "1.0.0",
"description": "Bivrost, the shimmering path, may you enter the realm of the ascended ones.",
"main": "server.js",
"private": true,
"engines": {
"node": "10.16.3",
"npm": "6.12.0"
},
"scripts": {
"lint": "npx eslint .",
"sequelize": "node scripts/commander sequelize",
"start": "node server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/helloproclub/bivrost-backend.git"
},
"keywords": [
"koajs"
],
"author": "Wisnu Adi Nurcahyo <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/helloproclub/bivrost-backend/issues"
},
"homepage": "https://github.com/helloproclub/bivrost-backend#readme",
"dependencies": {
"@hapi/joi": "^16.1.7",
"@koa/cors": "^3.0.0",
"@timberio/node": "^0.35.0",
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"dotenv": "^8.2.0",
"http-status-codes": "^1.3.2",
"jsonwebtoken": "^8.5.1",
"koa": "^2.10.0",
"koa-bodyparser": "^4.2.1",
"koa-helmet": "^5.2.0",
"koa-json": "^2.0.2",
"koa-jwt": "^3.6.0",
"koa-logger": "^3.2.1",
"koa-qs": "^2.0.0",
"koa-router": "^7.4.0",
"pg": "^7.12.1",
"sequelize": "^5.19.8",
"winston": "^3.2.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"prettier": "^1.18.2"
}
}