{
  "name": "@sanity/blueprints-parser",
  "version": "0.4.0",
  "description": "A parser and validator for Sanity Blueprint documents.",
  "keywords": [
    "sanity",
    "blueprints"
  ],
  "homepage": "https://github.com/sanity-io/blueprints-parser#readme",
  "bugs": {
    "url": "https://github.com/sanity-io/blueprints-parser/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sanity-io/blueprints-parser.git"
  },
  "type": "module",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "scripts": {
    "test": "npm run test:unit && npm run test:integration",
    "test:unit": "npx tap run --include=test/unit/**/* --coverage-report=text --coverage-report=lcov --no-browser",
    "test:integration": "cd test/integration && npm test",
    "lint": "biome ci",
    "lint:write": "biome check --write"
  },
  "license": "MIT",
  "engines": {
    "node": ">=20.19 <22 || >=22.12"
  },
  "author": "Sanity.io <hello@sanity.io>",
  "devDependencies": {
    "@biomejs/biome": "^2.3.14",
    "@sanity/blueprints-jsonschemas": "^0.1.1",
    "ajv": "^8.17.1",
    "tap": "^21.5.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
