{
  "name": "11ty-css-houdini-worklet-generator",
  "version": "0.2.0",
  "description": "An Eleventy environment for creating CSS Houdini worklets.",
  "main": "dist/worklet.js",
  "scripts": {
    "start": "eleventy --serve",
    "prepublish": "eleventy",
    "bump": "npm --no-git-tag-version version"
  },
  "files": [
    "dist/worklet.js",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/5t3ph/11ty-css-houdini.git"
  },
  "keywords": [
    "css",
    "houdini",
    "eleventy",
    "11ty"
  ],
  "author": "5t3ph",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/5t3ph/11ty-css-houdini/issues"
  },
  "homepage": "https://github.com/5t3ph/11ty-css-houdini#readme",
  "devDependencies": {
    "@11ty/eleventy": "^0.12.1",
    "npm-run-all": "^4.1.5"
  }
}
