forked from culacalo/belajar-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.79 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
65
66
67
68
69
70
71
{
"name": "belajar-node",
"version": "1.0.0",
"description": "pharmapack backend",
"main": "server.js",
"scripts": {
"test": "mocha tests/**/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/culacalo/belajar-node.git"
},
"keywords": [
"nodejs",
"expressjs"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/culacalo/belajar-node.git/issues"
},
"homepage": "https://github.com/culacalo/belajar-node.git#readme",
"dependencies": {
"amqplib": "^0.5.3",
"body-parser": "^1.19.0",
"dotenv": "^8.0.0",
"eslint": "^6.7.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.17.0",
"express": "^4.17.1",
"express-pino-logger": "^4.0.0",
"fastest-validator": "^0.6.17",
"http-status-codes": "^1.4.0",
"ioredis": "^4.10.0",
"module-alias": "^2.2.0",
"mysql2": "^2.0.1",
"pino": "^5.14.0",
"pm2": "^3.5.1",
"promise-mysql": "^4.0.4",
"uuid": "^3.3.2"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"mocha": "^6.1.4",
"mock-req-res": "^1.1.3",
"nodemon": "^1.19.1",
"sequelize": "^5.19.0",
"sequelize-cli": "^5.5.1",
"sinon": "^7.3.2"
},
"_moduleAliases": {
"@root": ".",
"@common": "modules/common",
"@user": "modules/user",
"@config": "config",
"@zaky": "modules/zaky",
"@andrew": "modules/andrew",
"@marselino": "modules/marselino",
"@farhan": "modules/farhan",
"@fahmi": "modules/fahmi",
"@ichsan": "modules/ichsan",
"@wan": "modules/wan",
"@khairul": "modules/khairul",
"@ali": "modules/ali",
"@aulianza": "modules/aulianza",
"@khai": "modules/khai"
}
}