18 lines
483 B
JSON
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"
|
|
}
|
|
}
|