magmise/app/package.json

15 lines
284 B
JSON
Raw Permalink Normal View History

2022-09-09 06:09:17 +00:00
{
2022-09-22 07:38:59 +00:00
"name": "app",
"version": "1.0.0",
"source": "src/index.html",
2022-09-09 06:09:17 +00:00
"scripts": {
2022-09-22 07:38:59 +00:00
"start": "parcel",
"build": "parcel build src/index.html --dist-dir www",
"watch": "parcel watch src/index.html --dist-dir www"
2022-09-09 06:09:17 +00:00
},
"devDependencies": {
2022-09-22 07:38:59 +00:00
"parcel": "latest"
}
2022-09-09 06:09:17 +00:00
}