{
  "name": "wgsl_reflect",
  "version": "1.2.3",
  "description": "WGSL Parser and Reflection library",
  "author": "Brendan Duncan",
  "license": "MIT",
  "module": "wgsl_reflect.module.js",
  "main": "wgsl_reflect.node.js",
  "types": "types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/brendan-duncan/wgsl_reflect"
  },
  "homepage": "https://github.com/brendan-duncan/wgsl_reflect",
  "bugs": {
    "url": "https://github.com/brendan-duncan/wgsl_reflect/issues"
  },
  "sideEffects": false,
  "files": [
    "wgsl_reflect.module.js",
    "wgsl_reflect.module.js.map",
    "wgsl_reflect.node.js",
    "wgsl_reflect.node.js.map",
    "LICENSE.md",
    "package.json",
    "README.md",
    "types"
  ],
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "watch": "npm run watch:js",
    "watch:js": "rollup -c rollup.config.js --watch"
  },
  "keywords": [
    "wgsl_reflect",
    "webgpu",
    "wgsl",
    "javascript",
    "html5"
  ],

  "devDependencies": {
    "rollup": "^2.60.0",
    "tslib": "^2.6.1",
    "@rollup/plugin-typescript": "^11.1.2",
    "@rollup/plugin-terser": "^0.4.4"
  },
  "jspm": {
    "files": [
      "package.json",
      "LICENSE.md",
      "README.md",
      "wgsl_reflect.module.js",
      "wgsl_reflect.module.js.map",
      "wgsl_reflect.node.js",
      "wgsl_reflect.node.js.map",
      "types"
    ]
  }
}
