mirror of
https://github.com/SrIzan10/ava.git
synced 2026-06-06 00:46:53 +00:00
43 lines
1007 B
JSON
43 lines
1007 B
JSON
{
|
|
"name": "ava",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc --build",
|
|
"start": "tsc && node ./dist/index.js",
|
|
"dev": "tsc-watch --onSuccess \"node dist/index.js\"",
|
|
"generateprisma": "prisma generate"
|
|
},
|
|
"keywords": [
|
|
"typescript",
|
|
"sern",
|
|
"discord.js"
|
|
],
|
|
"type": "module",
|
|
"imports": {
|
|
"#plugins": "./dist/plugins/index.js"
|
|
},
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.9.0",
|
|
"@discordjs/voice": "^0.14.0",
|
|
"@prisma/client": "^4.7.1",
|
|
"@sern/handler": "^2.0.0",
|
|
"axios": "^1.2.1",
|
|
"discord.js": "^14.7.1",
|
|
"dotenv": "^16.0.3",
|
|
"got": "^12.5.3",
|
|
"libsodium-wrappers": "^0.7.10",
|
|
"string-progressbar": "^1.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.25",
|
|
"prettier": "^2.8.1",
|
|
"prisma": "^4.7.1",
|
|
"tsc-watch": "^6.0.0",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|