Files
html_template/package.json
2021-11-04 21:31:44 -05:00

18 lines
400 B
JSON

{
"name": "rvvs",
"version": "1.0.0",
"description": "",
"scripts": {
"serve": "parcel serve src/index.html",
"build": "parcel build src/index.html"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@parcel/packager-raw-url": "^2.0.0",
"@parcel/transformer-webmanifest": "^2.0.0",
"parcel": "^2.0.0",
"parcel-reporter-static-files-copy": "^1.3.0"
}
}