-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 868 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
{
"name": "auraltester",
"version": "1.0.0",
"description": "Aural testing software for music students",
"main": "index.js",
"scripts": {
"test": "cd backend && mvn clean test && cd ../frontend && npm run test:once",
"build": "echo 'TODO: build'",
"start": "echo 'TODO: start'",
"dev": "concurrently \"cd frontend && npm run dev\" \"cd backend && mvn spring-boot:run\"",
"install": "cd backend && mvn clean compile && cd ../frontend && npm ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skewwhiffy/auraltester.git"
},
"author": "Kenny Hung",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/skewwhiffy/auraltester/issues"
},
"homepage": "https://github.com/skewwhiffy/auraltester#readme",
"devDependencies": {
"concurrently": "^7.4.0",
"nodemon": "^2.0.20"
}
}