{
  "name": "zogra-engine",
  "version": "1.3.2",
  "description": "A tiny render engine based on zogra-renderer",
  "type": "module",
  "main": "dist/index.js",
  "scripts": {
    "build": "npx tsc",
    "build:watch": "npx tsc -w",
    "build:assets": "node ./build/build-assets.js && npx tsc -b ./assets/tsconfig.json",
    "build:assets:watch": "node ./build/build-watch.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SardineFish/zogra-renderer.git"
  },
  "keywords": [
    "webgl",
    "renderer",
    "engine"
  ],
  "author": "SardineFish",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SardineFish/zogra-renderer/issues"
  },
  "homepage": "https://github.com/SardineFish/zogra-renderer#readme",
  "dependencies": {
    "zogra-renderer": "^1.3.3"
  },
  "devDependencies": {
    "esbuild": "^0.9.6",
    "typescript": "^4.1.5"
  },
  "sideEffects": false
}
