{
  "name": "straylight",
  "version": "0.10.1",
  "description": "HTML templating and update engine",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zenparsing/straylight.git"
  },
  "homepage": "https://github.com/zenparsing/straylight",
  "dependencies": {
    "htmltag": "^0.7.0"
  },
  "devDependencies": {
    "async-iteration-buffer": "^0.2.1",
    "eslint": "^9.39.1",
    "express": "^5.1.0",
    "gzip-size-cli": "^5.1.0",
    "moon-unit": "^0.3.3",
    "rollup": "^4.53.3",
    "rollup-plugin-node-resolve": "^5.2.0",
    "terser": "^5.44.1"
  },
  "main": "src/index.js",
  "type": "module",
  "scripts": {
    "test": "node scripts/test.js",
    "build": "node scripts/build.js",
    "prepublishOnly": "node scripts/test.js && node ./scripts/build.js"
  }
}
