Osselbot/package.json

33 lines
822 B
JSON
Raw Normal View History

2020-03-26 16:28:23 +00:00
{
2020-05-15 20:41:44 +00:00
"name": "@technicolor-creamsicle/osselbot",
2020-05-17 07:28:09 +00:00
"version": "2.0.3-alpha",
2020-05-15 20:41:44 +00:00
"description": "A discord bot on Discord.js",
"main": "index.js",
"dependencies": {
"discord.js": "^12.1.1",
"n": "^6.4.0",
"pretty-ms": "^6.0.1"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"files": [
2020-05-15 21:51:26 +00:00
"/src/"
2020-05-15 20:41:44 +00:00
],
"devDependencies": {},
"scripts": {
2020-05-17 06:59:12 +00:00
"test": "node ./src/index --TEST",
2020-05-15 20:41:44 +00:00
"start": "npm install; node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Technicolor-creamsicle/Osselbot.git"
},
"author": "Alex Technicolor <technicolor@2a03.party> (http://technicolor.2a03.party)",
"license": "SEE LICENSE IN LICENCE",
"bugs": {
"url": "https://github.com/Technicolor-creamsicle/Osselbot/issues"
},
"homepage": "https://technicolor.2a03.party/bot"
2020-03-26 16:28:23 +00:00
}