{
  "name": "graphai",
  "version": "2.0.16",
  "description": "Asynchronous data flow execution engine for agentic AI apps.",
  "main": "lib/index.js",
  "files": [
    "./lib"
  ],
  "scripts": {
    "build": "rm -r lib/* && tsc",
    "eslint": "eslint",
    "typedoc": "npx typedoc src/index.ts --out ../../docs/apiDoc",
    "typedoc:md": "npx typedoc src/index.ts --out ../../docs/apiDocMd --plugin typedoc-plugin-markdown",
    "doc": "echo nothing",
    "format": "prettier --write '{src,tests}/**/*.ts' *.mjs",
    "test": "node --test --require ts-node/register ./tests/**/test_*.ts",
    "b": "yarn run format && yarn run eslint && yarn run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/receptron/graphai"
  },
  "author": "Satoshi Nakajima, Isamu Arimoto",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/receptron/graphai/issues"
  },
  "homepage": "https://github.com/receptron/graphai#readme",
  "devDependencies": {
    "typedoc": "^0.28.13",
    "typedoc-plugin-markdown": "^4.9.0"
  },
  "types": "./lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "tests"
  }
}
