{
  "name": "minecraft-inventory-gui",
  "version": "1.0.1",
  "description": "Render Minecraft inventory GUIs in the browser",
  "main": "index.mjs",
  "directories": {
    "lib": "lib"
  },
  "type": "module",
  "scripts": {
    "test": "npm run lint",
    "lint": "standard --env browser",
    "fix": "standard --env browser --fix",
    "prepublishOnly": "cp docs/README.md README.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PrismarineJS/minecraft-inventory-gui.git"
  },
  "keywords": [
    "minecraft",
    "inventory"
  ],
  "author": "extremeheat",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PrismarineJS/minecraft-inventory-gui/issues"
  },
  "homepage": "https://github.com/PrismarineJS/minecraft-inventory-gui#readme",
  "devDependencies": {
    "babel-eslint": "^10.1.0",
    "standard": "^16.0.4"
  },
  "standard": {
    "parser": "babel-eslint",
    "ignore": [
      "web/bedrock/*"
    ]
  }
}
