woomy-v2/package.json

27 lines
638 B
JSON
Raw Normal View History

2020-08-18 04:58:36 +00:00
{
"name": "woomy",
"version": "2.0.0",
"description": "beta",
"main": "index.js",
"dependencies": {
2020-10-14 08:40:59 +00:00
"@sentry/node": "^5.26.0",
2020-08-18 04:58:36 +00:00
"discord.js": "^12.3.1",
2020-10-17 01:15:08 +00:00
"pg": "^8.4.1",
2020-08-18 04:58:36 +00:00
"winston": "^3.3.3"
},
"devDependencies": {},
"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"
}