socketcomputer/webapp/package.json

15 lines
304 B
JSON

{
"name": "@socketcomputer/webapp",
"version": "1.0.0",
"description": "",
"scripts": {
"serve": "parcel src/index.html",
"build": "parcel build --dist-dir dist --public-url '.' src/index.html"
},
"author": "",
"license": "ISC",
"devDependencies": {
"parcel": "^2.12.0"
}
}