/[sudobot]/trunk/package.json
ViewVC logotype

Annotation of /trunk/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 57 - (hide annotations)
Mon Jul 29 17:28:25 2024 UTC (8 months ago) by rakin
File MIME type: application/json
File size: 935 byte(s)
Improved automation
1 rakin 4 {
2 rakin 51 "name": "sudobot-v2",
3     "version": "1.0.0",
4     "main": "index.js",
5     "license": "MIT",
6     "dependencies": {
7     "@discordjs/builders": "^0.13.0",
8     "@discordjs/rest": "^0.4.1",
9     "@types/express": "^4.17.13",
10     "@types/ms": "^0.7.31",
11     "@types/sqlite3": "^3.1.8",
12     "axios": "^0.27.2",
13     "discord-api-types": "^0.32.1",
14     "discord.js": "^13.7.0",
15     "dotenv": "^16.0.1",
16     "express": "^4.18.1",
17     "express-router": "^0.0.1",
18     "ms": "^2.1.3",
19     "sqlite3": "^5.0.8",
20     "zod": "^3.17.2"
21     },
22     "devDependencies": {
23     "@types/node": "^17.0.33",
24     "nodemon": "^2.0.16",
25     "typescript": "^4.6.4"
26     },
27     "scripts": {
28     "watch": "nodemon ./src/index.ts",
29     "dev": "ts-node ./src/index.ts",
30 rakin 57 "deploy": "node ./deploy-commands.ts",
31 rakin 51 "start": "node ./build/index.js",
32     "build": "tsc"
33     }
34 rakin 4 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26