-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
23 lines (23 loc) · 945 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
{
"name": "ghosthunt",
"version": "1.0.0",
"description": "> A scavenger hunt progressive web application created with Twine and Mapbox GL JS.",
"scripts": {
"build": "npx --package @hugojosefson/merge-html merge-html index.html index_zusatz.html > dist/index.html",
"compile": "npx extwee -c -i ./index.twee -s ./format.js -o ./index.html",
"start": "npx nodemon -e twee --exec \"npm run compile && npm run build && npx http-server dist \"",
"dev": "npx nodemon -e twee --exec \"npm run compile && npm run build && npx http-server dist -S -C cert.pem\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/digitalwarenkombinat/ghosthunt.git"
},
"license": "ISC",
"homepage": "https://github.com/digitalwarenkombinat/ghosthunt#readme",
"devDependencies": {
"@hugojosefson/merge-html": "^3.0.0",
"extwee": "^2.0.6",
"nodemon": "^3.0.1",
"watch-http-server": "^0.7.6"
}
}