mirror of
https://github.com/chenasraf/venom.git
synced 2026-05-17 17:28:08 +00:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "venom",
|
|
"version": "0.0.1",
|
|
"description": "A bot for the Creation Asylum Discord",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/jondeaves/venom",
|
|
"bugs": "https://github.com/jondeaves/venom/issues",
|
|
"author": "Jon Deaves <hello@jondeaves.me> https://jondeaves.me",
|
|
"contributors": [
|
|
"Jon Deaves <hello@jondeaves.me> https://jondeaves.me"
|
|
],
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.build.json",
|
|
"start": "node dist/main.js",
|
|
"start:dev": "nodemon"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "~12.2.0",
|
|
"dotenv": "~8.2.0",
|
|
"inversify": "~5.0.1",
|
|
"reflect-metadata": "~0.1.13",
|
|
"winston": "~3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dotenv": "~8.2.0",
|
|
"@types/node": "~14.0.27",
|
|
"@types/winston": "~2.4.4",
|
|
"nodemon": "~2.0.4",
|
|
"prettier": "~2.0.5",
|
|
"ts-node": "~8.10.2",
|
|
"tsconfig-paths": "~3.9.0",
|
|
"tslint": "~6.1.3",
|
|
"tslint-config-prettier": "~1.18.0",
|
|
"tslint-react": "~5.0.0",
|
|
"typescript": "~3.9.7"
|
|
}
|
|
} |