bot/package.json

31 lines
741 B
JSON

{
"name": "lifeguard",
"version": "0.0.1-alpha",
"description": "Lifeguard Bot",
"main": "build/src/index.js",
"repository": "https://gitdab.com/lifeguard/bot.git",
"author": "Rauf",
"license": "MIT",
"devDependencies": {
"gts": "^1.1.2",
"typescript": "~3.7.0",
"@types/node": "^10.0.3",
"@types/ws": "^6.0.4"
},
"scripts": {
"check": "gts check",
"clean": "gts clean",
"compile": "tsc -p .",
"watch": "tsc -w -p .",
"fix": "gts fix",
"prepare": "npm.cmd run compile",
"pretest": "npm.cmd run compile",
"posttest": "npm.cmd run check"
},
"dependencies": {
"@types/mongodb": "^3.3.14",
"discord.js": "github:discordjs/discord.js",
"mongodb": "^3.4.1"
}
}