{
  "name": "@codyjasonbennett/fourwastaken3",
  "version": "0.2.2",
  "description": "Minimal three.js alternative.",
  "keywords": [
    "3d",
    "graphics",
    "compute",
    "webgl",
    "webgpu",
    "webxr",
    "shaders",
    "three",
    "minimal"
  ],
  "author": "Cody Bennett (https://github.com/CodyJasonBennett)",
  "homepage": "https://github.com/CodyJasonBennett/four",
  "repository": "https://github.com/CodyJasonBennett/four",
  "license": "MIT",
  "files": [
    "dist/*",
    "src/*"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "exports": "./dist/index.js",
  "sideEffects": false,
  "devDependencies": {
    "@types/node": "^20.4.2",
    "typescript": "^5.1.6",
    "vite": "^4.4.3"
  },
  "dependencies": {
    "@webgpu/types": "^0.1.34"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "lint": "tsc"
  }
}
