{
  "name": "valibot-schema-spdx",
  "version": "0.2.1",
  "description": "Valibot schema for SPDX identifiers",
  "keywords": [
    "valibot-schema",
    "spdx",
    "validation",
    "schema"
  ],
  "author": "Jan T. Sott",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/idleberg/valibot-schemas"
  },
  "homepage": "https://github.com/idleberg/valibot-schemas/tree/main/packages/spdx",
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "engines": {
    "node": "^18.0.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
  },
  "files": [
    "dist/",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "spdx-license-list": "^6.10.0"
  },
  "devDependencies": {
    "@types/node": "^22",
    "np": "^10.2",
    "tsup": "^8.4",
    "valibot": "^1.1.0",
    "vitest": "^3.1.3"
  },
  "peerDependencies": {
    "valibot": ">=1.0.0"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "biome lint --no-errors-on-unmatched --vcs-enabled=true --vcs-use-ignore-file=true",
    "publish:jsr": "deno publish",
    "publish:npm": "np --package-manager pnpm",
    "test": "vitest run"
  }
}