Initial project settup
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
node_modules
|
||||
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- lts/*
|
||||
|
||||
before_install:
|
||||
- npm i
|
||||
23
package.json
Normal file
23
package.json
Normal 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"
|
||||
}
|
||||
5
src/index.js
Normal file
5
src/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
module.exports.main = async function()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user