v1.0.0
This commit is contained in:
13
package.json
13
package.json
@@ -2,9 +2,11 @@
|
|||||||
"name": "illegitimate-bot",
|
"name": "illegitimate-bot",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "src/index.js",
|
"main": "dist/src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"build": "tsc",
|
||||||
"dev": "nodemon",
|
"dev": "nodemon",
|
||||||
|
"dev:ts": "nodemon --exec node_modules/.bin/tsx src/index.ts",
|
||||||
"dev:build": "node scripts/dev-deploy.js",
|
"dev:build": "node scripts/dev-deploy.js",
|
||||||
"dev:delete": "node scripts/delete-commands.js",
|
"dev:delete": "node scripts/delete-commands.js",
|
||||||
"lint": "eslint_d src",
|
"lint": "eslint_d src",
|
||||||
@@ -22,6 +24,13 @@
|
|||||||
"log-beautify": "^1.2.0",
|
"log-beautify": "^1.2.0",
|
||||||
"mongoose": "^7.0.1",
|
"mongoose": "^7.0.1",
|
||||||
"ms": "^2.1.3",
|
"ms": "^2.1.3",
|
||||||
"pretty-ms": "^8.0.0"
|
"pretty-ms": "^8.0.0",
|
||||||
|
"ts-node": "^10.9.2"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/ms": "^0.7.34",
|
||||||
|
"@types/node": "^20.10.5",
|
||||||
|
"tsx": "^4.7.0",
|
||||||
|
"typescript": "^5.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user