-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.06 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.06 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
{
"private": true,
"name": "sct-backend",
"description": "Backend for our app",
"author": "Julien SEIXAS (Zyr0)",
"license": "https://github.com/SCT-devTeam/SCT-Backend/blob/master/LICENSE.md#the-open-source-common-sense-license",
"version": "1.0.0",
"engines": {
"node": "12.13.0",
"npm": "6.12.0"
},
"homepage": "https://github.com/SCT-devTeam/SCT-Backend#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/SCT-devTeam/SCT-Backend.git"
},
"bugs": {
"url": "https://github.com/SCT-devTeam/SCT-Backend/issues"
},
"scripts": {
"install": "cd resources/frontend/ && npm install",
"clean": "cd resources/frontend/ && npm run clean",
"serve": "cd resources/frontend/ && npm run serve",
"build": "cd resources/frontend/ && npm run build",
"lint": "cd resources/frontend/ && npm run lint"
},
"comments": {
"usage": "this file is a simple link to the package.json file of the vue project in resources/frontend"
}
}