{
  "name": "@scriptserver/essentials",
  "version": "2.0.4",
  "description": "Provides things like warps, homes, kits, MOTD, etc.",
  "keywords": [
    "minecraft",
    "server",
    "scriptserver"
  ],
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/garrettjoecox/scriptserver.git"
  },
  "author": "Garrett Cox <garrettjcox@gmail.com> (https://garrettcox.dev)",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/garrettjoecox/scriptserver/issues"
  },
  "homepage": "https://github.com/garrettjoecox/scriptserver#readme",
  "dependencies": {
    "@scriptserver/command": "^2.0.4",
    "@scriptserver/core": "^2.0.4",
    "@scriptserver/event": "^2.0.4",
    "@scriptserver/json": "^2.0.4",
    "@scriptserver/util": "^2.0.4",
    "lodash.defaultsdeep": "^4.6.1",
    "lodash.template": "^4.5.0"
  },
  "devDependencies": {
    "@types/lodash.defaultsdeep": "^4.6.6",
    "@types/lodash.template": "^4.5.0",
    "@types/node": "^14.14.41",
    "typescript": "^4.2.4"
  },
  "gitHead": "5548c2433e76536f797a41ff99171c21f7d26f85"
}
