35 lines
702 B
JSON
35 lines
702 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": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@types/node": "^25.0.5",
|
|
"eslint": "^9.39.2",
|
|
"globals": "^17.0.0",
|
|
"jiti": "^2.6.1",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.52.0"
|
|
},
|
|
"dependencies": {
|
|
"colorts": "^0.1.63",
|
|
"discord.js": "^14.25.1",
|
|
"dotenv": "^17.2.3",
|
|
"prettier": "^3.7.4"
|
|
}
|
|
}
|