-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 949 Bytes
/
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
{
"name": "complibot-submissions",
"version": "1.0.0",
"description": "Fully automated texture pushing and submission system for the Faithful Discord servers.",
"main": "src/index.ts",
"scripts": {
"start": "node -r ts-node/register -r tsconfig-paths/register src/index.ts",
"dev": "nodemon -r tsconfig-paths/register --ignore resources/ --ignore backups/ src/index.ts",
"prettier": "prettier \"{,!(node_modules)/**/}*.ts\" --config .prettierrc --write"
},
"devDependencies": {
"@types/node": "^22.9.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.3"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.59",
"@octokit/rest": "^20.1.1",
"axios": "^1.7.7",
"cron": "^3.1.9",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"gif-encoder-2": "^1.0.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0"
}
}