{
  "name": "wgsl-preprocessor",
  "version": "1.0.1",
  "repository": "https://github.com/toji/wgsl-preprocessor",
  "authors": [
    "Brandon Jones <tojiro@gmail.com>"
  ],
  "description": "A simple, template literals-based preprocessor for WGSL shaders",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "test": "mocha"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "mocha": "^9.2.0"
  }
}
