Bifrost/package.json
2026-01-19 01:58:26 +01:00

24 lines
557 B
JSON

{
"name": "bifrost",
"version": "0.0.1-alpha",
"description": "a simple tool to interact with my own yggdrasil api and services\"a simple tool to interact with my own yggdrasil api and services",
"repository": {
"type": "git",
"url": "https://gitea.azures.fr/azures04/Bifrost"
},
"license": "MIT",
"author": {
"url": "https://gitea.azures.fr/Azures04",
"name": "azures04",
"email": "gilleslazure04@gmail.com"
},
"type": "commonjs",
"main": "src/lib.js",
"scripts": {
"test": "node ."
},
"dependencies": {
"dotenv": "^17.2.3"
}
}