-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.13 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
{
"name": "koirameili",
"version": "1.3.2",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"register-slash-commands": "node scripts/register.js",
"test": "echo \"Error: no test specified\" && exit 1",
"patch": "npm --no-git-tag-version version patch",
"minor": "npm --no-git-tag-version version minor",
"docker-build": "version=$(node -e \"console.log(require('./package.json').version)\") && docker build . -t ghcr.io/testausserveri/koirameili:v$version -t ghcr.io/testausserveri/koirameili:latest",
"docker-push": "docker push ghcr.io/testausserveri/koirameili --all-tags"
},
"author": "",
"license": "MIT",
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"convert-svg-to-png": "^0.6.4",
"discord-api-types": "^0.24.0",
"discord.js": "^13.2.0",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"express-api-cache": "^1.0.4",
"express-basic-auth": "^1.2.1",
"mailparser": "^3.4.0",
"mariadb": "^2.5.4",
"mime-types": "^2.1.34",
"multer": "^1.4.4",
"sequelize": "^6.7.0",
"smtp-server": "^3.9.0"
}
}