From 68072009175ba768ad1518dcc214b12460f5114e Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 14 Jun 2022 01:07:45 +0200 Subject: [PATCH] Created the package.json --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..bcc3400 --- /dev/null +++ b/package.json @@ -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" +}