{
  "name": "@x12i/graphenix-authoring-format",
  "version": "2.17.0",
  "description": "Authoring graph format: Design/Edit validation, CRUD helpers, and profile-choice validation.",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "clean": "rimraf dist"
  },
  "files": [
    "dist",
    "fixtures",
    "README.md"
  ],
  "keywords": [
    "graph",
    "graphenix",
    "authoring",
    "validation"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/x12i/graphenix-format.git",
    "directory": "packages/authoring-format"
  },
  "bugs": {
    "url": "https://github.com/x12i/graphenix-format/issues"
  },
  "homepage": "https://github.com/x12i/graphenix-format/tree/master/packages/authoring-format#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "@x12i/graphenix-core": "^2.17.0"
  },
  "dependencies": {
    "@x12i/ai-profiles": "^4.2.1",
    "@x12i/graphenix-case-format": "^2.17.0",
    "@x12i/graphenix-core": "^2.17.0",
    "@x12i/graphenix-executable-contracts": "^2.17.0",
    "@x12i/graphenix-executable-profile-format": "^2.17.0",
    "@x12i/graphenix-task-node-format": "^2.17.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.1",
    "rimraf": "^6.1.3",
    "typescript": "^5.6.3"
  }
}
