{
  "name": "@x12i/graphenix-task-node-format",
  "version": "2.17.0",
  "description": "Task node authoring contract: substance, bindings, pipeline, conditions, knowledge, and metadata 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",
    "prepack": "npm run build"
  },
  "files": [
    "dist",
    "schema",
    "README.md"
  ],
  "keywords": [
    "graph",
    "graphenix",
    "task-node",
    "authoring"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/x12i/graphenix-format.git",
    "directory": "packages/task-node-format"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "@x12i/graphenix-core": "^2.17.0"
  },
  "dependencies": {
    "@x12i/graphenix-core": "^2.17.0",
    "@x12i/graphenix-executable-contracts": "^2.17.0",
    "@x12i/graphenix-executable-profile-format": "^2.17.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.1",
    "rimraf": "^6.1.3",
    "typescript": "^5.6.3"
  }
}
