dyno-bot/caesar-master/package.json
2020-09-12 19:08:48 +01:00

28 lines
758 B
JSON

{
"name": "server-lister",
"version": "0.1.0",
"description": "Job that runs periodically to index servers on the server listing",
"main": "src/index.js",
"scripts": {
"start": "NODE_ENV=development nodemon build/index.js",
"build": "tsc -p tsconfig.json",
"watch": "tsc -w -p tsconfig.json",
"lint": "tslint -t stylish --type-check --project \"tsconfig.json\""
},
"author": "Germano Eichenberg <gin@dyno.gg>",
"dependencies": {
"envkey": "^1.2.7",
"getenv": "^1.0.0",
"mongodb": "^3.0.5",
"raven": "^2.5.0",
"winston": "^3.0.0-rc4"
},
"devDependencies": {
"@types/mongodb": "^3.0.10",
"@types/node": "^9.6.2",
"nodemon": "^1.17.3",
"tslint": "^5.9.1",
"typescript": "^2.8.1"
}
}