This commit is contained in:
louiscklaw
2025-02-01 02:04:37 +08:00
commit 6da7dca3e7
1479 changed files with 330407 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server --cors ./public",
"gitUpdate": "git add . && git commit -m \"update defects page,\" && git push"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"http-server": "^14.1.1",
"markdown-to-html": "^0.0.13",
"serve": "^14.2.0",
"staticrypt": "^3.3.0"
}
}