insolia/package.json

23 lines
452 B
JSON
Raw Normal View History

2025-08-19 15:26:40 +02:00
{
"name": "csinsol",
"version": "0.1.0",
"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",
"tsx": "^4.20.4"
}
}