27 lines
674 B
JSON
27 lines
674 B
JSON
{
|
|
"name": "woomy",
|
|
"version": "2.0.0",
|
|
"description": "beta",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@sentry/node": "^5.21.1",
|
|
"discord.js": "^12.3.1",
|
|
"redis": "^3.0.2",
|
|
"redis-async-gen": "^0.1.3",
|
|
"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"
|
|
}
|