Init project

This commit is contained in:
2023-06-28 14:23:21 +07:00
parent 3c40ecb572
commit 4f08d1e560
13 changed files with 3344 additions and 0 deletions
+17
View File
@@ -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"
}
}