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-07-15 02:23:58 +00:00
|
|
|
"@sentry/node": "^6.9.0",
|
|
|
|
"bufferutil": "^4.0.3",
|
2020-10-20 05:47:05 +00:00
|
|
|
"chalk": "^4.1.0",
|
2021-07-15 02:23:58 +00:00
|
|
|
"dayjs": "^1.10.6",
|
2021-07-13 03:08:10 +00:00
|
|
|
"discord.js": "^13.0.0-dev.1dcad05.1626134620",
|
2021-07-15 02:23:58 +00:00
|
|
|
"erlpack": "^0.1.3",
|
|
|
|
"eslint": "^7.30.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",
|
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"
|
|
|
|
}
|