-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 977 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
{
"name": "bunk-dev-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"install-all": "npm install --prefix frontend & npm install --prefix backend",
"install": "npm install --prefix frontend & npm install --prefix backend",
"server": "npm run start --prefix backend",
"client": "npm run start --prefix frontend",
"test": "npm run test --prefix backend",
"e2e": "concurrently \"npm run server\" \"npm run e2e --prefix frontend\"",
"start": "concurrently \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://melbesnard85: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@github.com/melbesnard85/bunk-dev-test.git"
},
"author": "melwin",
"license": "ISC",
"bugs": {
"url": "https://github.com/melbesnard85/bunk-dev-test/issues"
},
"homepage": "https://github.com/melbesnard85/bunk-dev-test#readme",
"dependencies": {
"concurrently": "^7.6.0"
}
}