Files
004_comission/daniel_jo/ITP4459_assignment_2023/package.json
louiscklaw 5ea2c37f8d update,
2025-01-31 19:38:17 +08:00

18 lines
483 B
JSON

{
"name": "itp4459_assignment_2023",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"gitUpdate": "git add . && git commit -m\"update daniel_jo,\" && git push",
"test": "python \"Assignment2223_student_v2/helloworld.py\"",
"dev": "nodemon --ext py --exec \"src/run.bat\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"nodemon": "^2.0.22"
}
}