Files
louiscklaw dc9c9468ce update,
2025-02-01 02:00:51 +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"
}
}