You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.5 KiB
JSON

5 years ago
{
"name": "isekai-feedbot",
5 years ago
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
5 years ago
"scripts": {
"start": "node --es-module-specifier-resolution=node index.js",
"dev": "tsc && node --es-module-specifier-resolution=node index.js",
"build": "tsc"
5 years ago
},
"author": {
"name": "hyperzlib",
"email": "hyperzlib@outlook.com",
"url": "https://github.com/hyperzlib"
},
5 years ago
"license": "MIT",
"dependencies": {
"@waylaidwanderer/fetch-event-source": "^3.0.1",
"cache-manager": "^5.1.7",
"cache-manager-ioredis-yet": "^1.1.0",
"chokidar": "^3.5.1",
"decoders": "^1.25.3",
"got": "^11.8.3",
"gpt-3-encoder": "^1.1.4",
3 years ago
"handlebars": "^4.7.7",
"hpagent": "^1.2.0",
3 years ago
"koa": "^2.13.4",
"koa-body": "^6.0.1",
3 years ago
"koa-router": "^10.1.1",
"lua-runner": "^2.0.3",
"micromatch": "^4.0.4",
"mongoose": "^7.0.1",
"node-schedule": "^2.0.0",
"node-telegram-bot-api": "^0.58.0",
"opencc": "^1.1.3",
5 years ago
"pusher": "^3.0.1",
"pusher-js": "^5.1.1",
"throttle-debounce": "^3.0.1",
"undici": "^5.22.0",
"winston": "^3.8.2",
5 years ago
"yaml": "^1.8.3"
},
"devDependencies": {
"@types/node-telegram-bot-api": "^0.57.1",
3 years ago
"@types/koa": "^2.13.4",
"@types/koa-router": "^7.4.4",
"@types/micromatch": "^4.0.2",
"@types/node": "^17.0.8",
"@types/throttle-debounce": "^2.1.0",
"@types/yaml": "^1.9.7",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
5 years ago
}
}