summary refs log tree commit diff homepage
path: root/package.json
blob: 7d9678e3d8d93240ae9658e369ff37a1896310f8 (plain) (blame)
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
36
37
38
39
40
41
42
43
44
{
  "name": "shulker",
  "version": "3.2.0",
  "description": "A Discord to Minecraft Chat Gateway",
  "main": "build/index.js",
  "scripts": {
    "start": "node build/index.js",
    "build": "tsc",
    "type-check": "tsc --noEmit",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/destruc7i0n/shulker.git"
  },
  "keywords": [
    "Discord",
    "Bot"
  ],
  "author": "destruc7i0n",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/destruc7i0n/shulker/issues"
  },
  "homepage": "https://github.com/destruc7i0n/shulker#readme",
  "dependencies": {
    "axios": "^0.24.0",
    "discord.js": "13.4.0",
    "emoji-strip": "^1.0.1",
    "express": "^4.17.1",
    "tail": "^2.2.4"
  },
  "devDependencies": {
    "@types/emoji-strip": "^1.0.0",
    "@types/express": "^4.17.13",
    "@types/jest": "^27.4.0",
    "@types/node": "^16.11.12",
    "@types/tail": "^2.2.1",
    "dotenv": "^10.0.0",
    "jest": "^27.4.5",
    "ts-jest": "^27.1.2",
    "typescript": "^4.5.3"
  }
}