Files
004_comission/nssheung/School-Management-System/defects/package.json
louiscklaw 653422de08 update,
2025-01-31 21:09:49 +08:00

21 lines
486 B
JSON

{
"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"
}
}