mirror of
https://gitlab.com/jusax23/dnc.git
synced 2024-11-22 06:36:40 +01:00
23 lines
524 B
JSON
23 lines
524 B
JSON
{
|
|
"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"
|
|
}
|