{
  "name": "@bcts/known-values",
  "version": "1.0.0-beta.5",
  "type": "module",
  "description": "Blockchain Commons Known Values for TypeScript",
  "license": "BSD-2-Clause-Patent",
  "author": "Parity Technologies <admin@parity.io> (https://parity.io)",
  "homepage": "https://bcts.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/paritytech/bcts",
    "directory": "packages/known-values"
  },
  "bugs": {
    "url": "https://github.com/paritytech/bcts/issues"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "browser": "dist/index.iife.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist",
    "data",
    "src",
    "README.md"
  ],
  "scripts": {
    "build": "tsdown",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint 'src/**/*.ts' 'tests/**/*.ts'",
    "lint:fix": "eslint 'src/**/*.ts' 'tests/**/*.ts' --fix",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist",
    "docs": "typedoc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "known-values",
    "blockchain-commons",
    "ontology",
    "encoding",
    "cbor",
    "dcbor",
    "deterministic"
  ],
  "dependencies": {
    "@bcts/components": "^1.0.0-beta.5",
    "@bcts/dcbor": "^1.0.0-beta.5"
  },
  "devDependencies": {
    "@bcts/eslint": "^0.1.0",
    "@bcts/tsconfig": "^0.1.0",
    "@eslint/js": "^10.0.1",
    "eslint": "^10.6.0",
    "prettier": "^3.9.1",
    "ts-node": "^10.9.2",
    "tsdown": "^0.22.3",
    "typedoc": "^0.28.19",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9"
  }
}
