tritanbot-starboards
Version:
A customized fork of discord-starboards.
34 lines (33 loc) • 804 B
JSON
{
"name": "tritanbot-starboards",
"version": "0.0.5",
"description": "A customized fork of discord-starboards.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^7.16.0"
},
"dependencies": {
"axios": "^0.21.1",
"discord.js": "^12.5.1",
"lodash.clonedeep": "^4.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SimonLeclere/discord-starboards.git"
},
"keywords": [
"starboard",
"discord",
"discord-starboards"
],
"bugs": {
"url": "https://github.com/SimonLeclere/discord-starboards/issues"
},
"homepage": "https://github.com/SimonLeclere/discord-starboards",
"types": "typings/index.d.ts"
}