add license, update package.json

This commit is contained in:
johnfacey
2021-03-18 19:40:57 -05:00
parent c6c7661980
commit fd54151eb0
3 changed files with 20 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "link-flayer",
"version": "1.0.0",
"description": "",
"description": "Discord RSS News Bot",
"main": "index.js",
"dependencies": {
"discord.js": "^12.5.1",
@@ -9,8 +9,9 @@
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"author": "John Facey",
"license": "ISC"
}