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

18 lines
340 B
JSON

{
"name": "practice-01",
"version": "1.0.0",
"description": "",
"source": "src/index.html",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel --no-cache"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"parcel": "^2.9.3"
}
}