-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 770 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 770 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
26
27
{
"name": "constellations",
"version": "1.0.0",
"description": "Relaxing webgame written in elm",
"scripts": {
"start": "parcel public/index.html",
"build": "parcel public/index.html --dist-dir build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamesgary/constellations.git"
},
"author": "James Gary",
"license": "ISC",
"bugs": {
"url": "https://github.com/jamesgary/constellations/issues"
},
"homepage": "https://github.com/jamesgary/constellations#readme",
"devDependencies": {
"@parcel/transformer-elm": "^2.7.0",
"@parcel/transformer-sass": "^2.7.0",
"elm": "^0.19.1-5",
"parcel": "^2.7.0",
"typescript": "^4.7.4"
}
}