Files
luma/package.json
T
2026-01-13 17:49:10 -03:00

48 lines
1.2 KiB
JSON

{
"name": "luma",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts",
"watch": "tsc --watch",
"clean": "rimraf dist",
"build:clean": "npm run clean && npm run build",
"lint": "eslint",
"format": "prettier --check './src/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"format:apply": "prettier --write './src/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"repository": {
"type": "git",
"url": "https://git.neru.rip/neru/luma"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^25.0.5",
"eslint": "^9.39.2",
"globals": "^17.0.0",
"jiti": "^2.6.1",
"rimraf": "^6.1.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.52.0"
},
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.0",
"@snazzah/davey": "^0.1.9",
"colorts": "^0.1.63",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"node-audio-mixer": "^2.1.0",
"prettier": "^3.7.4",
"prism-media": "^1.3.5"
}
}