{
  "name": "@df0/renderer",
  "version": "0.0.6",
  "license": "MIT",
  "author": "df0 (https://dfzero.xyz)",
  "engines": {
    "node": ">=16"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/",
    "classes/",
    "interfaces/"
  ],
  "scripts": {
    "prepublishOnly": "npm run build && npm run docs",
    "build": "tsc -p .",
    "test": "exit 0",
    "lint": "eslint .",
    "format": "prettier --write .",
    "docs": "typedoc && npm run format",
    "clean": "del-cli dist node_modules tsconfig.ref.tsbuildinfo"
  },
  "dependencies": {
    "@df0/constants": "0.0.6",
    "@df0/gamelogic": "0.0.6",
    "@df0/hashing": "0.0.6",
    "@df0/procedural": "0.0.6",
    "@df0/serde": "0.0.6",
    "@df0/types": "0.0.6",
    "@types/gl-matrix": "^3.2.0",
    "@types/webgl2": "^0.0.5",
    "auto-bind": "^4.0.0",
    "gl-matrix": "^3.3.0"
  },
  "devDependencies": {
    "del-cli": "^4.0.1",
    "eslint": "^7.30.0",
    "prettier": "^2.3.0",
    "typedoc": "^0.22.8",
    "typedoc-plugin-markdown": "3.11.x",
    "typescript": "4.5.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "1ba71561985411404b49324411d5c8812dfbbc45"
}
