This commit is contained in:
louiscklaw
2025-01-31 19:29:24 +08:00
parent 843c590c8b
commit abff74fd77
81 changed files with 7754 additions and 0 deletions

23
catmk2/task1/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "task1",
"version": "1.0.0",
"description": "",
"main": "Code.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cP": "clasp push",
"gitUpdate": "git add . && git commit -m\"update,\"",
"watch:cP": "nodemon -L --delay 1 --exec \"npm run cP\"",
"watch:format": "npx nodemon -L --exec \"npx prettier --write . \""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.29.3",
"nodemon": "^3.0.1"
},
"dependencies": {
"clasp": "^1.0.0"
}
}