-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.04 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": "discordjs-addrole",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"config": "^3.3.6",
"discord.js": "^12.5.3",
"google-spreadsheet": "^3.1.15",
"googleapis": "^80.1.0",
"readline": "^1.3.0"
},
"devDependencies": {
"@types/config": "^0.0.34",
"@types/node": "^12.11.2",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.2",
"ts-node": "^10.0.0",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
},
"scripts": {
"start": "node build/js/index.js",
"devstart": "ts-node --files src/js/index.ts",
"build": "tsc",
"lint": "tslint src/**/*.ts",
"docker:build": "docker buildx build . --platform linux/amd64,linux/arm64/v8 -t pasta04/rchan2:latest",
"docker:push": "docker buildx build . --platform linux/amd64,linux/arm64/v8 -t pasta04/rchan2:latest --push",
"docker:start": "docker-compose up -d",
"docker:bash": "docker exec -i -t rchan2 bash"
},
"license": "MIT"
}