{
  "name": "bc-minecraft-bedrock-command",
  "version": "1.21.80-2",
  "description": "A typescript package library that handles commands for minecraft bedrock",
  "main": "./lib/src/main.js",
  "types": "./lib/src/main.d.ts",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "lib/src/**/*.js",
    "lib/src/**/*.js.map",
    "lib/src/**/*.d.ts"
  ],
  "scripts": {
    "compile": "tsc -b",
    "build": "npm run clean && npm run compile",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "test": "jest",
    "lint": "eslint",
    "clean": "rimraf lib",
    "pretest": "npm run compile",
    "prepublishOnly": "npm test && npm run compile",
    "preversion": "",
    "postversion": "git push && git push --tags",
    "version": "git add -A src",
    "watch": "tsc -w -p ./src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Blockception/BC-Minecraft-Bedrock-Command.git"
  },
  "keywords": [
    "minecraft",
    "bedrock",
    "command"
  ],
  "author": "BlockceptionLtd",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/Blockception/BC-Minecraft-Bedrock-Command/issues"
  },
  "homepage": "https://github.com/Blockception/BC-Minecraft-Bedrock-Command#readme",
  "devDependencies": {
    "@eslint/js": "^9.9.1",
    "@types/eslint__js": "^8.42.3",
    "@types/jest": "^29.5.12",
    "@types/node": "^22.15.3",
    "eslint": "^9.9.1",
    "eslint-plugin-jest": "^28.8.3",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2",
    "typescript-eslint": "^8.4.0"
  },
  "dependencies": {
    "bc-minecraft-bedrock-types": "^1.22.1-7"
  }
}
