Files
luma/package.json
T
2026-01-10 09:05:32 -03:00

30 lines
564 B
JSON

{
"name": "luma",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "https://git.neru.rip/neru/luma"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@types/node": "^25.0.5",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"dependencies": {
"colorts": "^0.1.63",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"prettier": "^3.7.4"
}
}