{
  "name": "tinyest-for-wgsl",
  "version": "0.3.3",
  "description": "Transforms JavaScript into its 'tinyest' form, to be used in generating equivalent (or close to) WGSL code.",
  "keywords": [
    "compute",
    "gpgpu",
    "shader",
    "shaders",
    "tinyest",
    "typegpu",
    "typescript",
    "webgpu",
    "wgpu",
    "wgsl"
  ],
  "homepage": "https://docs.swmansion.com/TypeGPU",
  "bugs": {
    "url": "https://github.com/software-mansion/TypeGPU/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/software-mansion/TypeGPU.git",
    "directory": "packages/tinyest-for-wgsl"
  },
  "type": "module",
  "sideEffects": false,
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "require": {
        "types": "./index.d.cts",
        "default": "./index.cjs"
      },
      "import": {
        "types": "./index.d.ts",
        "default": "./index.js"
      }
    }
  },
  "dependencies": {
    "tinyest": "~0.3.1"
  },
  "engines": {
    "node": ">=12.20.0"
  },
  "main": "./index.js",
  "types": "./index.d.ts",
  "private": false,
  "scripts": {}
}