Initial project settup

This commit is contained in:
Ben
2020-06-25 03:02:05 +01:00
parent bb71e4c911
commit 343c80e8cd
5 changed files with 36 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "thebackyardbot",
"version": "1.0.0",
"description": "<p align=\"center\">\r <img src=\"https://benkyd.co.uk/a/IUXHVO05.jpg\" height=\"130\">\r </p>",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "node index.js",
"debug": "nodemon",
"production": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plane000/TheBackyardBot.git"
},
"author": "Ben Kyd <benjaminkyd@gmail.com> (https://benkyd.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/plane000/TheBackyardBot/issues"
},
"homepage": "https://github.com/plane000/TheBackyardBot#readme"
}