mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 09:28:12 +03:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "tachi-bot",
|
|
"version": "1.0.0",
|
|
"main": "src/index.ts",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "pnpm build && node js/main.js",
|
|
"lint": "eslint . --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "4.17.13",
|
|
"@types/express-serve-static-core": "4.17.24",
|
|
"@types/jest": "27.0.1",
|
|
"@types/json5": "2.2.0",
|
|
"@types/lodash": "4.14.172",
|
|
"@types/node": "16.7.10",
|
|
"@typescript-eslint/eslint-plugin": "5.10.2",
|
|
"@typescript-eslint/parser": "5.10.2",
|
|
"eslint": "8.8.0",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-plugin-import": "2.25.4",
|
|
"eslint-plugin-prettier": "4.0.0",
|
|
"prettier": "2.6.0",
|
|
"typescript": "4.6.2"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/builders": "0.5.0",
|
|
"@discordjs/rest": "0.1.0-canary.0",
|
|
"@types/bson": "1.0.11",
|
|
"@types/humanize-duration": "^3.27.1",
|
|
"@types/luxon": "^2.3.1",
|
|
"deepmerge": "^4.2.2",
|
|
"discord.js": "13.6.0",
|
|
"discord-api-types": "0.22.0",
|
|
"dotenv": "10.0.0",
|
|
"express": "4.17.1",
|
|
"humanize-duration": "^3.27.1",
|
|
"json5": "2.2.0",
|
|
"lodash": "4.17.21",
|
|
"luxon": "^2.3.1",
|
|
"mei-logger": "^1.0.3",
|
|
"monk": "7.3.4",
|
|
"node-fetch": "2.6.7",
|
|
"prudence": "0.9.6",
|
|
"sync-fetch": "^0.3.1",
|
|
"tachi-common": "0.7.2",
|
|
"ts-node": "10.2.0"
|
|
}
|
|
} |