Files
nssheung/School-Management-System/defects/package.json
louiscklaw 6da7dca3e7 update,
2025-02-01 02:04:37 +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"
}
}