{
  "name": "treecle",
  "version": "0.0.3",
  "description": "Utilities for working with JSON data",
  "type": "module",
  "main": "./dist/treecle.cjs",
  "module": "./dist/treecle.js",
  "scripts": {
    "test": "htest test",
    "build:html": "npx @11ty/eleventy --config=.eleventy.cjs",
    "build:docs": "npx typedoc --out docs src/",
    "build:js": "npx rollup -c",
    "build": "npm run build:html && npm run build:js && npm run build:docs",
    "watch:html": "npx @11ty/eleventy --config=.eleventy.cjs --watch",
    "watch": "npm run watch:html",
    "lint": "eslint . --ext .js --ext .ts --ext .cjs --fix",
    "prepack": "npm run build",
    "release": "release-it"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mavoweb/treecle.git"
  },
  "keywords": [
    "Tree",
    "Traversal",
    "JSON"
  ],
  "author": "Lea Verou",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mavoweb/treecle/issues"
  },
  "homepage": "https://treecle.mavo.io",
  "devDependencies": {
    "@11ty/eleventy": "^2.0.1",
    "@stylistic/eslint-plugin": "latest",
    "@types/node": "^20.11.28",
    "@typescript-eslint/eslint-plugin": "latest",
    "@typescript-eslint/parser": "latest",
    "eleventy-plugin-toc": "^1.1.5",
    "eslint": "latest",
    "htest.dev": "latest",
    "markdown-it-anchor": "^8.6.7",
    "release-it": "^17.0.0",
    "rollup": "^2.79.1",
    "typedoc": "latest"
  }
}
