woomy-v2/package.json

38 lines
962 B
JSON

{
"name": "woomy",
"version": "2.0.0",
"description": "Made with <3 by mudkipscience",
"main": "index.js",
"dependencies": {
"@sentry/node": "^7.23.0",
"bufferutil": "^4.0.3",
"chalk": "^4.1.2",
"discord.js": "^14.7.1",
"erlpack": "^0.1.3",
"eslint": "^8.29.0",
"fs-readdir-recursive": "^1.1.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"node-fetch": "^2.6.7",
"pg": "^8.5.1",
"pg-format": "^1.0.4",
"pretty-ms": "^7.0.1",
"utf-8-validate": "^5.0.5",
"windrose": "^2.1.0",
"zlib-sync": "^0.1.7"
},
"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"
}