{
  "name": "@x12i/graphenix-core",
  "version": "2.17.0",
  "description": "Graphenix core tier: format 2.1.0 JSON schema, validation, and CRUD helpers.",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./test-utils": {
      "types": "./dist/test-utils.d.ts",
      "import": "./dist/test-utils.js",
      "default": "./dist/test-utils.js"
    }
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
    "clean": "rimraf dist",
    "lint": "echo \"no lint configured\"",
    "test": "node ./dist/examples/validate-minimal.js"
  },
  "files": [
    "dist",
    "schema",
    "docs",
    "README.md"
  ],
  "keywords": [
    "graph",
    "workflow",
    "json-schema",
    "validation",
    "graphenix"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/x12i/graphenix-format.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/x12i/graphenix-format/issues"
  },
  "homepage": "https://github.com/x12i/graphenix-format/tree/master/packages/core#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "ajv": "^8.20.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.1",
    "rimraf": "^6.1.3",
    "typescript": "^5.6.3"
  }
}
