28 lines
683 B
JSON
28 lines
683 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": {
|
|
"discord.js": "github:discordjs/discord.js"
|
|
}
|
|
}
|