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.
|
|
|
{
|
|
|
|
"name": "isekai-feedbot",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index.js",
|
|
|
|
"start-dev": "tsc && node index.js",
|
|
|
|
"build": "tsc"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "hyperzlib",
|
|
|
|
"email": "hyperzlib@outlook.com",
|
|
|
|
"url": "https://github.com/hyperzlib"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"chokidar": "^3.5.1",
|
|
|
|
"decoders": "^1.25.3",
|
|
|
|
"lua-runner": "^2.0.3",
|
|
|
|
"micromatch": "^4.0.4",
|
|
|
|
"node-schedule": "^2.0.0",
|
|
|
|
"pusher": "^3.0.1",
|
|
|
|
"pusher-js": "^5.1.1",
|
|
|
|
"request": "^2.88.2",
|
|
|
|
"request-promise": "^4.2.5",
|
|
|
|
"throttle-debounce": "^3.0.1",
|
|
|
|
"yaml": "^1.8.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/micromatch": "^4.0.2",
|
|
|
|
"@types/node": "^17.0.8",
|
|
|
|
"@types/request-promise": "^4.1.48",
|
|
|
|
"@types/throttle-debounce": "^2.1.0",
|
|
|
|
"@types/yaml": "^1.9.7",
|
|
|
|
"ts-node": "^10.4.0",
|
|
|
|
"typescript": "^4.5.4"
|
|
|
|
}
|
|
|
|
}
|