nyx/package.json
dependabot[bot] 1f5c59a474
Bump reconlx from 1.4.511 to 2.4.3
Bumps [reconlx](https://github.com/reconlx/reconlx-api) from 1.4.511 to 2.4.3.
- [Release notes](https://github.com/reconlx/reconlx-api/releases)
- [Commits](https://github.com/reconlx/reconlx-api/commits)

---
updated-dependencies:
- dependency-name: reconlx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-07 13:24:33 +00:00

80 lines
2.3 KiB
JSON

{
"name": "cath.exe",
"version": "3.0.0",
"description": "cath.exe bot created by Night",
"engines": {
"node": "*",
"npm": "*"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon .",
"start": "node .",
"node-update": "npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH",
"node-clean": "rm -rf node_modules && rm package-lock.json && npm cache clear --force && npm cache clean --force && npm i",
"node-update-then-clean": "npm run node-update && npm run node-clean-cache",
"canvas": "npm uninstall canvas && npm i canvas",
"all": "npm run node-update && npm run node-clean && npm uninstall canvas && npm i canvas && node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/night0721/cath.git"
},
"keywords": [
"cat",
"cath",
"codm",
"discord",
"discord bot"
],
"author": "Ń1ght#0001",
"license": "ISC",
"bugs": {
"url": "https://github.com/night0721/cath/issues"
},
"homepage": "https://github.com/night0721/cath#readme",
"devDependencies": {
"eslint": "^7.30.0",
"eslint-config-google": "^0.14.0",
"jshint": "^2.13.0",
"node": "^16.6.1",
"prettier": "^2.3.2"
},
"dependencies": {
"@reconlx/discord.js": "^1.1.101",
"axios": "^0.21.1",
"canvacord": "^5.2.1",
"canvas": "^2.8.0",
"cath": "^1.0.7",
"common-tags": "^1.8.0",
"cors": "^2.8.5",
"discord-canvas": "^1.4.1",
"discord-giveaways": "^4.5.1",
"discord-xp": "^1.1.16",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"erela.js": "^2.3.3",
"erela.js-spotify": "^1.2.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"figlet": "^1.5.0",
"glob": "^7.1.7",
"goosecache": "^9.0.14",
"imageapi.js": "^1.7.0",
"leven": "^3.1.0",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.1",
"mongoose": "^5.13.2",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"node-superfetch": "^0.1.11",
"quick.db": "^7.1.3",
"quickchart-js": "^1.2.0",
"reconlx": "^2.4.3",
"soundcloud-downloader": "^0.2.4",
"string-toolkit": "^1.4.0",
"superscript-text": "^1.0.0",
"weky": "^3.1.5"
}
}