woomy-v2/package.json

35 lines
896 B
JSON
Raw Normal View History

2020-10-20 05:47:05 +00:00
{
"name": "woomy",
"version": "2.0.0",
"description": "Made with <3 by mudkipscience",
"main": "index.js",
"dependencies": {
2021-03-13 03:30:55 +00:00
"@sentry/node": "^6.2.2",
2020-10-20 05:47:05 +00:00
"chalk": "^4.1.0",
"dayjs": "^1.10.4",
2020-11-07 00:12:22 +00:00
"eris": "^0.14.0",
"eris-pagination": "github:WeebHiroyuki/eris-pagination",
"eris-reactions": "^0.1.3",
2021-03-13 03:30:55 +00:00
"eslint": "^7.22.0",
2020-10-20 05:47:05 +00:00
"fs-readdir-recursive": "^1.1.0",
2020-10-28 03:06:01 +00:00
"node-fetch": "^2.6.1",
2021-03-13 03:30:55 +00:00
"pg": "^8.5.1",
2020-10-30 03:39:43 +00:00
"pg-format": "^1.0.4",
2021-02-26 03:25:44 +00:00
"pretty-ms": "^7.0.1",
2020-10-30 03:39:43 +00:00
"windrose": "^2.1.0"
2020-10-20 05:47:05 +00:00
},
"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"
}