Init sample

This commit is contained in:
2023-09-21 17:37:36 +07:00
parent 1b65763851
commit 2be0a7f609
7 changed files with 3639 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "sample",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel src/*.html"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"parcel": "^2.9.3"
}
}