-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 993 Bytes
/
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
{
"devDependencies": {
"husky": "^4.3.8",
"pre-commit": "^1.2.2"
},
"name": "saydat-alard",
"description": "",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"cros": "^1.0.1",
"flipping-pages": "^2.1.3",
"http-status-codes": "^2.1.4"
},
"scripts": {
"client": "cd client && npm start",
"server": "cd server && npm run dev",
"install": "cd server && npm i && cd ../client && npm i && cd ..",
"heroku-postbuild": "NODE_ENV=production cd client && npm run build",
"lint-fix": "cd server && npm run lint && cd ../client && npm run lint-front",
"start": "cd server && npm run start"
},
"pre-commit": [
"lint-fix"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GSG-G10/saydat-alard.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GSG-G10/saydat-alard/issues"
},
"homepage": "https://github.com/GSG-G10/saydat-alard#readme"
}