ConjureBot/package.json
2020-03-09 09:12:19 -04:00

21 lines
426 B
JSON

{
"name": "conjurebot",
"version": "0.0.1",
"description": "Discord bot for Conjure",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"author": "misabiko",
"license": "ISC",
"dependencies": {
"@types/mysql": "^2.15.9",
"@types/node": "^13.9.0",
"@types/ws": "^7.2.2",
"discord.js": "^12.0.2",
"got": "^10.6.0",
"mysql": "^2.18.1",
"typescript": "^3.8.3"
}
}