{
  "name": "@intentic/graph",
  "version": "1.158.0",
  "description": "",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/radarsu/intentic.git",
    "directory": "_libs/graph"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": {
        "@intentic/src": "./src/index.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "@intentic/src": "./src/index.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "dependencies": {
    "tslib": "2.8.1"
  },
  "devDependencies": {
    "@types/node": "24.13.2",
    "@typescript/native-preview": "7.0.0-dev.20260707.2",
    "vitest": "4.1.9",
    "@intentic/tsconfig": "0.0.0"
  },
  "scripts": {
    "build": "tsgo",
    "watch": "tsgo --build --watch",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}