{
  "name": "rison2",
  "version": "0.4.0",
  "description": "Rison2 is a parser/stringifier of Rison",
  "type": "module",
  "main": "lib/index.js",
  "packageManager": "npm@11.12.1",
  "exports": {
    ".": "./lib/index.js",
    "./escaped": "./lib/escaped.js"
  },
  "files": [
    "lib"
  ],
  "scripts": {
    "prepare": "husky",
    "lint": "biome lint .",
    "format": "biome format --write .",
    "test": "vitest",
    "build": "unbuild"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kou64yama/rison2.git"
  },
  "keywords": [
    "rison"
  ],
  "author": "Yamada Koji <kou64yama@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kou64yama/rison2/issues"
  },
  "homepage": "https://github.com/kou64yama/rison2#readme",
  "engines": {
    "node": ">=22"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.13",
    "@swc/core": "^1.15.32",
    "@tsconfig/node22": "^22.0.0",
    "@tsconfig/strictest": "^2.0.8",
    "@vitest/coverage-v8": "^4.1.5",
    "esbuild": "^0.28.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.4.0",
    "prettier": "^3.8.3",
    "typescript": "^5.9.3",
    "unbuild": "^3.6.1",
    "vitest": "^4.1.5"
  }
}
