Files
html-css-practice-one/package.json
T
2023-07-03 17:11:24 +07:00

17 lines
526 B
JSON

{
"name": "practice-01",
"version": "1.0.0",
"description": "Practice html-css-training-one",
"scripts": {
"start": "rm -rf dist && rm -rf .parcel-cache && parcel ./src/pages/*.html --no-cache --no-source-maps",
"build": "rm -rf build && rm -rf .parcel-cache && parcel build ./src/pages/*.html --no-cache --no-source-maps --dist-dir build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"parcel": "^2.9.3"
}
}