Improve typing.
All checks were successful
Build and Publish Docker Image / build_and_push (push) Successful in 42s
All checks were successful
Build and Publish Docker Image / build_and_push (push) Successful in 42s
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "butlerbotng",
|
||||
"name": "butlerbot",
|
||||
"version": "1.0.0",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"start": "node dist/index.js",
|
||||
"build": "tsup src/index.ts --minify",
|
||||
"register-slash-commands": "tsx src/register-slash-commands.ts",
|
||||
"register-slash-commands": "tsx src/registerSlashCommands.ts",
|
||||
"dev": "tsx watch src/index.ts",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.3t.network/terriblecodeclub/butlerbotng.git"
|
||||
"url": "https://git.3t.network/terriblecodeclub/butlerbot.git"
|
||||
},
|
||||
"author": "Butlersaurus",
|
||||
"license": "ISC",
|
||||
@@ -23,13 +23,13 @@
|
||||
"dotenv": "^16.4.5",
|
||||
"glob": "^11.0.0",
|
||||
"mongodb": "^6.8.1",
|
||||
"prettier": "^3.3.3",
|
||||
"replicate": "^0.32.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/glob": "^8.1.0",
|
||||
"@types/node": "^20.4.0",
|
||||
"eslint": "^9.9.1",
|
||||
"prettier": "^3.3.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsup": "^8.2.4",
|
||||
"tsx": "^4.19.1",
|
||||
|
||||
Reference in New Issue
Block a user