Created the package.json

This commit is contained in:
Mathias Wagner 2022-06-14 01:07:45 +02:00
parent 5fa8970bed
commit 6807200917
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

23
package.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "ca-backend",
"version": "1.0.0",
"description": "The backend of the CrazyAddons project",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CrazyAddonsMC/Backend.git"
},
"keywords": [
"backend",
"crazyaddons"
],
"author": "CrazyAddons",
"license": "MIT",
"bugs": {
"url": "https://github.com/CrazyAddonsMC/Backend/issues"
},
"homepage": "https://crazyaddons.app"
}