insolia/package.json

24 lines
474 B
JSON
Raw Permalink Normal View History

2025-08-19 15:26:40 +02:00
{
"name": "csinsol",
2025-09-06 16:53:33 +02:00
"version": "0.2.0",
2025-08-19 15:26:40 +02:00
"description": "",
"license": "Apache-2.0",
"author": "Sakuragasaki46",
"type": "module",
"main": "index.js",
"scripts": {
"start": "tsx src/main.ts",
"register": "tsx src/register.ts"
},
"private": true,
"dependencies": {
"@types/node": "^24.3.0",
"chalk": "^5.6.0",
"discord.js": "^14.21.0",
"dotenv": "^17.2.1",
"luxon": "^3.7.1",
2025-09-06 16:53:33 +02:00
"toml": "^3.0.0",
2025-08-19 15:26:40 +02:00
"tsx": "^4.20.4"
}
}