18 lines
349 B
JSON
18 lines
349 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/node": "^13.9.0",
|
|
"@types/ws": "^7.2.2",
|
|
"discord.js": "^12.0.2",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|