initial commit
This commit is contained in:
25
instance/package.json
Normal file
25
instance/package.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "factorio_hive_instance",
|
||||
"version": "0.0.1",
|
||||
"description": "The instance server which is running the factorio server.",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://heia.heikyu.de:8930/HeiaSamahi/HIVE.git"
|
||||
},
|
||||
"keywords": [
|
||||
"factorio"
|
||||
],
|
||||
"author": "Heia Samahi",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^10.14.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"convict": "^4.4.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user