mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-26 17:07:58 +03:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "tachi-bot",
|
|
"version": "2.2.0",
|
|
"private": true,
|
|
"main": "js/bot/src/main.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"start": "pnpm build && node -r ts-node/register -r tsconfig-paths/register js/main.js",
|
|
"start-no-build": "node -r ts-node/register -r tsconfig-paths/register js/main.js",
|
|
"lint": "eslint .",
|
|
"lint-fix": "eslint . --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "4.17.13",
|
|
"@types/json5": "2.2.0",
|
|
"@types/lodash": "4.14.172",
|
|
"@types/luxon": "^2.3.1",
|
|
"@types/node": "18.11.18",
|
|
"@types/node-fetch": "2.5.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",
|
|
"@valuabletouch/winston-seq": "1.3.0",
|
|
"deepmerge": "^4.2.2",
|
|
"discord-api-types": "0.22.0",
|
|
"discord.js": "13.6.0",
|
|
"dotenv": "10.0.0",
|
|
"express": "4.20.0",
|
|
"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.10.0",
|
|
"seq-logging": "1.1.1",
|
|
"sync-fetch": "^0.3.1",
|
|
"tachi-common": "workspace:../common",
|
|
"ts-node": "10.9.1",
|
|
"tsconfig-paths": "3.12.0",
|
|
"typescript": "4.9.4",
|
|
"winston": "3.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "20",
|
|
"pnpm": "8"
|
|
}
|
|
} |