vylbot-app/package.json

32 lines
756 B
JSON

{
"name": "vylbot-app",
"version": "3.0",
"description": "A discord bot made for Vylpes' Den",
"main": "./dist/vylbot",
"typings": "./dist",
"scripts": {
"build": "tsc",
"start": "ts-node ./src/vylbot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vylpes/vylbot-app.git"
},
"author": "Vylpes",
"license": "MIT",
"bugs": "https://github.com/Vylpes/vylbot-app/issues",
"homepage": "https://github.com/Vylpes/vylbot-app",
"dependencies": {
"dotenv": "^10.0.0",
"emoji-regex": "^9.2.0",
"random-bunny": "^2.0.0",
"vylbot-core": "^2.0.3"
},
"devDependencies": {
"@types/node": "^16.11.10",
"eslint": "^7.17.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
}
}