2021-10-22 21:53:35 +02:00
|
|
|
{
|
|
|
|
"name": "fmi",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Find my Informations.\r A very simple Config File System!!!",
|
2021-10-22 22:34:15 +02:00
|
|
|
"main": "config.js",
|
2022-08-26 20:44:20 +02:00
|
|
|
"type": "module",
|
2021-10-22 21:53:35 +02:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://gitlab.com/jusax23/fmi.git"
|
|
|
|
},
|
2021-10-22 22:34:15 +02:00
|
|
|
"files": [
|
|
|
|
"config.js"
|
|
|
|
],
|
2021-10-22 21:53:35 +02:00
|
|
|
"author": "jusax23",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/jusax23/fmi/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/jusax23/fmi#readme",
|
|
|
|
"dependencies": {
|
2022-08-26 20:44:20 +02:00
|
|
|
"node-fetch": "^3.2.10"
|
2021-10-22 21:53:35 +02:00
|
|
|
}
|
|
|
|
}
|