-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "mpeg-v",
"version": "2.1.0",
"description": "your go-to bot for converting audio into video, tailored specifically for the convenience of discord mobile users.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/index.js",
"setup": "pnpx mkdirp assets/temp/in && npx mkdirp assets/temp/out",
"dev": "ts-node src/index.ts",
"undeploy": "cross-env IS_SCRIPT=true tsx src/scripts/undeploy",
"undeploy-prod": "cross-env NODE_ENV=production npm run undeploy",
"deploy": "cross-env IS_SCRIPT=true tsx src/scripts/deploy",
"deploy-prod": "cross-env NODE_ENV=production npm run deploy"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@total-typescript/tsconfig": "^1.0.4",
"@types/node": "^18.19.39",
"nodemon": "^2.0.22",
"typescript": "^5.5.3"
},
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@discordjs/rest": "^1.7.1",
"cpu-stat": "^2.0.1",
"cross-env": "^7.0.3",
"discord-hybrid-sharding": "^2.2.0",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"os": "^0.1.2",
"topgg-autoposter": "^2.0.2"
}
}