dmana/package.json
2022-12-15 18:22:02 +01:00

27 lines
588 B
JSON

{
"name": "dmana",
"version": "0.1.0",
"description": "Manage dynamic Docker container",
"type": "module",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.hhhamner.de/hamburghammer/dmana"
},
"author": "",
"license": "MIT",
"dependencies": {
"dockerode": "^3.3.4",
"express": "^4.18.2"
},
"devDependencies": {
"@types/express": "^4.17.15",
"nodemon": "^2.0.20"
}
}