woomy-v2/package.json

30 lines
692 B
JSON

{
"name": "woomy",
"version": "2.0.0",
"description": "beta",
"main": "index.js",
"dependencies": {
"@sentry/node": "^5.26.0",
"discord.js": "^12.3.1",
"pg": "^8.4.1",
"pg-format": "^1.0.4",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^7.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mudkipscience/woomy-v2.git"
},
"author": "Emily J. (mudkipscience)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/mudkipscience/woomy-v2/issues"
},
"homepage": "https://github.com/mudkipscience/woomy-v2#readme"
}