dnc/package.json

24 lines
524 B
JSON
Raw Normal View History

2021-10-23 12:25:28 +02:00
{
"name": "dnc",
"version": "1.0.0",
"description": "Do not crash!!!\r Simple NodeJS Server Manager",
"main": "manager.js",
"type":"module",
"files":[
"manager.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/jusax23/dnc.git"
},
"author": "jusax23",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/jusax23/dnc/issues"
},
"homepage": "https://gitlab.com/jusax23/dnc#readme"
}