woomy-v2/package.json

37 lines
921 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": {
2022-12-05 22:44:25 +00:00
"@sentry/node": "^7.23.0",
2021-07-15 02:23:58 +00:00
"bufferutil": "^4.0.3",
2022-12-05 22:44:25 +00:00
"chalk": "^4.1.2",
2021-07-15 02:23:58 +00:00
"dayjs": "^1.10.6",
2022-12-05 22:44:25 +00:00
"discord.js": "^14.7.1",
2021-07-15 02:23:58 +00:00
"erlpack": "^0.1.3",
2022-12-05 22:44:25 +00:00
"eslint": "^8.29.0",
2020-10-20 05:47:05 +00:00
"fs-readdir-recursive": "^1.1.0",
2022-12-05 22:44:25 +00:00
"node-fetch": "^2.6.7",
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",
2021-07-15 02:23:58 +00:00
"utf-8-validate": "^5.0.5",
"windrose": "^2.1.0",
"zlib-sync": "^0.1.7"
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"
}