{
  "name": "bc-minecraft-bedrock-command",
  "version": "1.24.0-0",
  "description": "A typescript package library that handles commands for minecraft bedrock",
  "author": {
    "name": "Blockception Ltd",
    "url": "https://www.blockception.com/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Blockception/minecraft-bedrock-language-server.git",
    "directory": "packges/bedrock-commands"
  },
  "bugs": {
    "url": "https://github.com/Blockception/minecraft-bedrock-language-server/issues"
  },
  "homepage": "https://github.com/Blockception/minecraft-bedrock-language-server#readme",
  "license": "BSD-3-Clause",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "./dist",
    "../../../LICENSE"
  ],
  "keywords": [
    "minecraft",
    "bedrock",
    "command"
  ],
  "scripts": {
    "compile": "tsc -b --pretty ./tsconfig.json",
    "format": "prettier --write \"src/**/*.{ts,js}\"",
    "test": "jest --config ./jest.config.ts",
    "lint": "eslint --config ../../eslint.config.mjs .",
    "clean": "rimraf ./dist tsconfig.tsbuildinfo",
    "pretest": "npm run compile",
    "prepublishOnly": "npm test && npm run compile",
    "version": "git add -A src",
    "watch": "tsc -w -p ./src"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/eslint__js": "^9.14.0",
    "@types/node": "^25.9.1",
    "eslint": "^10.4.0",
    "rimraf": "^6.1.3",
    "ts-node": "^10.9.1",
    "typescript": "6.0.3",
    "typescript-eslint": "^8.59.4"
  },
  "dependencies": {
    "bc-minecraft-bedrock-types": "*"
  }
}
