vylbot-app/package.json

39 lines
939 B
JSON
Raw Normal View History

2020-11-01 19:29:12 +00:00
{
"name": "vylbot-app",
2021-11-28 14:24:37 +00:00
"version": "3.0",
"description": "A discord bot made for Vylpes' Den",
"main": "./dist/vylbot",
"typings": "./dist",
2020-11-01 19:29:12 +00:00
"scripts": {
2021-11-28 14:24:37 +00:00
"build": "tsc",
"start": "node ./dist/vylbot",
"test": "jest"
2020-11-01 19:29:12 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vylpes/vylbot-app.git"
},
"author": "Vylpes",
2021-11-28 14:24:37 +00:00
"license": "MIT",
"bugs": "https://github.com/Vylpes/vylbot-app/issues",
"homepage": "https://github.com/Vylpes/vylbot-app",
2020-11-01 19:29:12 +00:00
"dependencies": {
"@types/jest": "^27.0.3",
"@types/uuid": "^8.3.4",
"discord.js": "^13.6.0",
2021-11-28 14:24:37 +00:00
"dotenv": "^10.0.0",
2021-02-17 18:12:45 +00:00
"emoji-regex": "^9.2.0",
"jest": "^27.4.5",
"jest-mock-extended": "^2.0.4",
"mysql": "^2.18.1",
2021-12-02 11:11:46 +00:00
"random-bunny": "^2.0.0",
"ts-jest": "^27.1.2",
"typeorm": "^0.2.44",
"uuid": "^8.3.2"
2021-02-17 18:12:45 +00:00
},
"devDependencies": {
2021-11-28 14:24:37 +00:00
"@types/node": "^16.11.10",
"typescript": "^4.5.2"
2020-11-01 19:29:12 +00:00
}
}