vylbot-app/package.json

32 lines
756 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": "ts-node ./src/vylbot"
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": {
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",
2021-12-02 11:11:46 +00:00
"random-bunny": "^2.0.0",
2021-12-02 15:38:38 +00:00
"vylbot-core": "^2.0.3"
2021-02-17 18:12:45 +00:00
},
"devDependencies": {
2021-11-28 14:24:37 +00:00
"@types/node": "^16.11.10",
"eslint": "^7.17.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
2020-11-01 19:29:12 +00:00
}
}