Files
2022B2-REB/Assignment-3/package.json
NikolajDanger 0844b209b1
2023-01-13 14:30:29 +01:00

24 lines
458 B
JSON

{
"name": "Assignment-3",
"version": "0.1.0",
"description": "",
"main": "main.ol",
"repo": "",
"keywords": [],
"author": "nikolaj",
"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": {}
}
}
}