mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 08:20:58 -05:00
44 lines
893 B
JSON
44 lines
893 B
JSON
{
|
|
"name": "daggerbot-ts",
|
|
"description": "TypeScript version of the original JavaScript-based bot for Official Daggerwin Discord.",
|
|
"main": "src/index.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AnxietyisReal/Daggerbot-TS.git"
|
|
},
|
|
"author": "Toast",
|
|
"license": "ISC",
|
|
"os": [
|
|
"!darwin",
|
|
"win32",
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64",
|
|
"!arm",
|
|
"!mips",
|
|
"!ia32"
|
|
],
|
|
"engines": {
|
|
"node": ">=17.0.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": "1.3.2",
|
|
"canvas": "2.11.0",
|
|
"discord.js": "14.7.1",
|
|
"moment": "2.29.4",
|
|
"ms": "2.1.3",
|
|
"sequelize": "6.28.2",
|
|
"sqlite3": "5.1.4",
|
|
"mongoose": "6.10.0",
|
|
"systeminformation": "5.17.10",
|
|
"@octokit/rest": "19.0.7",
|
|
"typescript": "4.9.5",
|
|
"xml-js": "1.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.14.1",
|
|
"ts-node": "10.9.1"
|
|
}
|
|
}
|