mirror of
https://github.com/Nezumi-2711/html-css-practice-one.git
synced 2026-09-22 13:38:36 +00:00
Init project
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user