update,
This commit is contained in:
17
ITP4459_assignment_2023/package.json
Normal file
17
ITP4459_assignment_2023/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user