woomy-v2/package.json

34 lines
897 B
JSON

{
"name": "woomy",
"version": "2.0.0",
"description": "Made with <3 by mudkipscience",
"main": "index.js",
"dependencies": {
"@sentry/node": "^5.27.3",
"chalk": "^4.1.0",
"dayjs": "^1.10.4",
"eris": "^0.14.0",
"eris-pagination": "github:WeebHiroyuki/eris-pagination",
"eris-reactions": "^0.1.3",
"eslint": "^7.12.1",
"fs-readdir-recursive": "^1.1.0",
"node-fetch": "^2.6.1",
"pg": "^8.4.2",
"pg-format": "^1.0.4",
"pretty-ms": "^7.0.1",
"windrose": "^2.1.0"
},
"scripts": {
"test": "\"echo \\\"Error: no test specified\\\" && exit 1\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/woomyware/v2.git"
},
"author": "Emily J. (mudkipscience)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/woomyware/v2/issues"
},
"homepage": "https://github.com/woomyware/v2#readme"
}