Files
2022B2-REB/Assignment-2/package.json
NikolajDanger f9a0c044c0
2023-01-04 13:32:54 +01:00

24 lines
459 B
JSON

{
"name": "Assignment-2",
"version": "0.1.0",
"description": "",
"main": "main.ol",
"repo": "n",
"keywords": [],
"author": "gruppe1",
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon jolie main.ol"
},
"devDependencies": {
"nodemon": "^2.0.19"
},
"jolie": {
"dependencies": {},
"maven": {
"dependencies": {},
"indirectDependencies": {}
}
}
}