muskytape
Version:
Framework não oficial do Discord.js
50 lines (49 loc) • 1.2 kB
JSON
{
"name": "muskytape",
"version": "0.0.4",
"description": "Framework não oficial do Discord.js",
"license": "Apache-2.0",
"author": "Schuyler Cebulskie <Gawdl3y@gawdl3y.com> (https://gawdl3y.com/)",
"repository": {
"type": "git",
"url": "https://github.com/discordjs/Commando.git"
},
"bugs": {
"url": "https://github.com/discordjs/Commando/issues"
},
"keywords": [
"discord",
"bot",
"commands"
],
"scripts": {
"test": "yarn run lint && yarn run docs:test",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
"docs:test": "docgen --source src --custom docs/index.yml"
},
"main": "src/index",
"types": "./typings/index.d.ts",
"dependencies": {
"common-tags": "^1.8.0",
"discord.js": "^12.0.0",
"require-all": "^3.0.0"
},
"devDependencies": {
"@types/node": "^12.7.3",
"discord.js": "^12.0.0",
"discord.js-docgen": "discordjs/docgen",
"eslint": "^6.3.0",
"typescript": "^3.6.2"
},
"peerDependencies": {
"@types/better-sqlite3": "^5.0.0",
"better-sqlite3": "^5.0.0",
"discord.js": "^12.0.0",
"sqlite": "^3.0.0"
},
"engines": {
"node": ">=8.6.0"
}
}