{ "name": "fmi", "version": "1.0.0", "description": "Find my Informations.\r A very simple Config File System!!!", "main": "config.js", "type":"module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://gitlab.com/jusax23/fmi.git" }, "files": [ "config.js" ], "author": "jusax23", "license": "ISC", "bugs": { "url": "https://gitlab.com/jusax23/fmi/issues" }, "homepage": "https://gitlab.com/jusax23/fmi#readme", "dependencies": { "request": "^2.88.2" } }