Initial commit 0.1.0
This commit is contained in:
commit
1a4339eb9b
10 changed files with 1104 additions and 0 deletions
22
package.json
Normal file
22
package.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue