{
  "name": "json-key-value",
  "version": "1.1.3",
  "description": "Allows to work on JSON as a sequence to path/value pairs",
  "main": "src/index.mjs",
  "type": "module",
  "types": "types/index.d.mts",
  "scripts": {
    "test": "zUnit",
    "types": "tsc",
    "format": "prettier --ignore-unknown --write .",
    "build-doc": "typedoc src/*.js src/**/*.js",
    "build-demo": "npx rollup demo-src/index.js --file demo-src/demo/bundle.js --format iife && cp -r demo-src/demo docs",
    "serve-doc": "npx http-server docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sithmel/json-key-value.git"
  },
  "keywords": [
    "json",
    "stream"
  ],
  "author": "Maurizio Lupo <maurizio.lupo@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sithmel/json-key-value/issues"
  },
  "homepage": "https://github.com/sithmel/json-key-value#readme",
  "devDependencies": {
    "@types/node": "^22.10.5",
    "@types/web": "^0.0.193",
    "prettier": "^3.4.2",
    "typedoc": "^0.27.6",
    "typescript": "^5.7.3",
    "zunit": "^4.0.2"
  },
  "prettier": {
    "semi": false
  }
}
