20c396f5a5
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-2928996
34 lines
811 B
JSON
34 lines
811 B
JSON
{
|
|
"name": "revolt-automod",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"exports": "./index.js",
|
|
"scripts": {
|
|
"build": "rm -rf dist && tsc",
|
|
"start": "node --experimental-specifier-resolution=node dist/index",
|
|
"dev": "yarn build && yarn start"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@janderedev/revolt.js": "^6.0.0-2-patch.1",
|
|
"@types/monk": "^6.0.0",
|
|
"axios": "^0.22.0",
|
|
"dayjs": "^1.10.7",
|
|
"discord.js": "^13.3.1",
|
|
"dotenv": "^10.0.0",
|
|
"form-data": "^4.0.0",
|
|
"log75": "^2.2.0",
|
|
"monk": "^7.3.4",
|
|
"prom-client": "^14.0.1",
|
|
"revolt-api": "^0.5.3",
|
|
"ulid": "^2.3.0",
|
|
"xlsx": "^0.17.3"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.4.3"
|
|
},
|
|
"packageManager": "yarn@1.22.17"
|
|
}
|