{
  "name": "@bdsx/anticrasher",
  "version": "1.2.2",
  "description": "simple anti-crasher",
  "main": "index.js",
  "keywords": [
    "mdisprgm",
    "bdsx",
    "mcbe"
  ],
  "author": "",
  "license": "MIT",
  "bdsxPlugin": true,
  "scripts": {
    "build": "tsc -d --removeComments",
    "watch": "tsc -d --removeComments -w",
    "prepare": "tsc || exit 0"
  },
  "devDependencies": {
    "@types/node": "^12.20.36",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "eslint": "^7.32.0",
    "bdsx": "file:../bdsx"
  }
}