-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
1 lines (1 loc) · 849 Bytes
/
package.json
File metadata and controls
1 lines (1 loc) · 849 Bytes
1
{"name":"scratch-for-discord-bot","version":"1.0.0","main":"index.js","scripts":{"start":"npm i && node .","node-update":"npm i --save-dev node@17 && 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"},"dependencies":{"adm-zip":"^0.5.9","axios":"^1.1.3","body-parser":"^1.20.1","cors":"^2.8.5","discord-logs":"^2.0.0","discord.js":"^13.12.0","easy-json-database":"^1.5.0","express":"^4.18.2","extract-zip":"^2.0.1","https":"^1.0.0","jimp":"^0.16.2","json-beautify":"^1.1.1","moment":"latest","os-utils":"^0.0.14","path":"^0.12.7","process":"^0.11.10","prompt-sync":"^4.2.0","tr46":"^3.0.0","xml-js":"^1.6.11","ytdl-core":"^4.11.2","zip":"^1.2.0"},"devDependencies":{"node":"^17"}}