magmise/app/package.json

15 lines
284 B
JSON

{
"name": "app",
"version": "1.0.0",
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build src/index.html --dist-dir www",
"watch": "parcel watch src/index.html --dist-dir www"
},
"devDependencies": {
"parcel": "latest"
}
}