2020-11-01 19:29:12 +00:00
|
|
|
{
|
|
|
|
"name": "vylbot-app",
|
2022-09-05 18:07:32 +01:00
|
|
|
"version": "3.1.0",
|
2022-04-24 14:46:37 +01:00
|
|
|
"description": "A discord bot made for Vylpes' Den",
|
|
|
|
"main": "./dist/vylbot",
|
|
|
|
"typings": "./dist",
|
2020-11-01 19:29:12 +00:00
|
|
|
"scripts": {
|
2022-12-27 15:22:11 +00:00
|
|
|
"clean": "rm -rf node_modules/ dist/",
|
2022-04-24 14:46:37 +01:00
|
|
|
"build": "tsc",
|
|
|
|
"start": "node ./dist/vylbot",
|
2022-05-16 18:41:15 +01:00
|
|
|
"test": "jest",
|
|
|
|
"db:up": "typeorm migration:run",
|
|
|
|
"db:down": "typeorm migration:revert"
|
2020-11-01 19:29:12 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-09-05 18:07:32 +01:00
|
|
|
"url": "https://github.com/Vylpes/vylbot-app"
|
2020-11-01 19:29:12 +00:00
|
|
|
},
|
|
|
|
"author": "Vylpes",
|
2022-04-24 14:46:37 +01:00
|
|
|
"license": "MIT",
|
2022-09-05 18:07:32 +01:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Vylpes/vylbot-app/issues",
|
|
|
|
"email": "helpdesk@vylpes.com"
|
|
|
|
},
|
2022-04-24 14:46:37 +01:00
|
|
|
"homepage": "https://github.com/Vylpes/vylbot-app",
|
2022-09-05 18:10:04 +01:00
|
|
|
"funding": "https://ko-fi.com/vylpes",
|
2020-11-01 19:29:12 +00:00
|
|
|
"dependencies": {
|
2022-09-18 11:57:22 +01:00
|
|
|
"@discordjs/rest": "^1.1.0",
|
2023-01-30 00:02:45 +00:00
|
|
|
"@types/jest": "^29.0.0",
|
2022-12-28 18:52:33 +00:00
|
|
|
"@types/uuid": "^9.0.0",
|
2022-09-18 11:57:22 +01:00
|
|
|
"discord.js": "^14.3.0",
|
2022-12-28 18:52:11 +00:00
|
|
|
"dotenv": "^16.0.0",
|
2021-02-17 18:12:45 +00:00
|
|
|
"emoji-regex": "^9.2.0",
|
2023-01-30 00:02:45 +00:00
|
|
|
"jest": "^29.0.0",
|
2022-12-28 18:52:23 +00:00
|
|
|
"jest-mock-extended": "^3.0.0",
|
2022-12-02 17:39:12 +00:00
|
|
|
"minimatch": "3.1.2",
|
2022-04-24 14:46:37 +01:00
|
|
|
"mysql": "^2.18.1",
|
|
|
|
"random-bunny": "^2.0.0",
|
|
|
|
"ts-jest": "^27.1.2",
|
|
|
|
"typeorm": "^0.2.44",
|
2022-12-28 18:52:33 +00:00
|
|
|
"uuid": "^9.0.0"
|
2021-02-17 18:12:45 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-28 18:52:08 +00:00
|
|
|
"@types/node": "^18.0.0",
|
2022-04-24 14:46:37 +01:00
|
|
|
"typescript": "^4.5.2"
|
2020-11-01 19:29:12 +00:00
|
|
|
}
|
|
|
|
}
|