-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 744 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 744 Bytes
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
{
"name": "jam-buds-dev",
"private": true,
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"api": "cd rhiannon && JAMBUDS_ENV=development ./gradlew run --console=plain",
"app": "cd app && npm run dev",
"api-e2e": "cd rhiannon && JAMBUDS_ENV=feature ./gradlew run",
"app-e2e": "cd app && npm run e2e"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thomasboyt/jam-buds.git"
},
"author": "Thomas Boyt <me@thomasboyt.com>",
"license": "Parity-6.0.0",
"bugs": {
"url": "https://github.com/thomasboyt/jam-buds/issues"
},
"homepage": "https://github.com/thomasboyt/jam-buds#readme",
"devDependencies": {
"prettier": "^2.2.1"
}
}