the jason

This commit is contained in:
amy 2025-02-12 00:05:01 +03:30
commit 3995a82396
No known key found for this signature in database
9 changed files with 511 additions and 0 deletions

18
package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "keisan",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "dist/index.js",
"scripts": {
"start": "node --no-warnings=ExperimentalWarning --loader ts-node/esm src/index.ts"
},
"dependencies": {
"discord.js": "^14.17.2",
"ts-node": "^10.9.2"
},
"devDependencies": {
"typescript": "^5.5.3"
},
"private": true
}