/
codiart
/
sirus_bot
Обзор
Документация
Войти
/
codiart
/
sirus_bot
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
34 строки
800 B
MediartTeam
Add API class, test for it
04 июл 2024, 00:06
04 июл 2024, 00:06
7db5171
Код
Авторство
О чём код?
{ "name": "organizer", "version": "1.0.0", "description": "", "type": "module", "main": "build/index.js", "scripts": { "start": "npx nodemon", "test": "jest", "build": "esbuild src/index.ts --bundle --platform=node --minify --outfile=build/index.cjs", "prod": "node dist/index.cjs" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "discord.js": "^14.14.1" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.14.9", "esbuild": "^0.23.0", "eslint": "^8.56.0", "jest": "^29.7.0", "jest-cli": "^29.7.0", "mysql2": "^3.10.1", "nodemon": "^3.1.4", "npm-run-all": "^4.1.5", "ts-jest": "^29.1.5", "ts-loader": "^9.5.1", "ts-node": "^10.9.2", "typescript": "^5.5.3" } }