{
  "name": "@n8n_io/ai-assistant-sdk",
  "version": "1.21.0",
  "description": "n8n AI assistant SDK",
  "author": "",
  "private": false,
  "license": "UNLICENSED",
  "engines": {
    "node": ">=20.15",
    "pnpm": ">=8.14"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.mjs",
  "devDependencies": {
    "@faker-js/faker": "^8.4.1",
    "@types/node": "^22.4.0",
    "eslint": "^9.6.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "nock": "^14.0.0-beta.9",
    "prettier": "^3.3.2",
    "tsup": "^8.1.0",
    "tsx": "^4.17.0",
    "typescript": "^5.5.3"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "tsup",
    "format": "prettier --write . --ignore-path ../.prettierignore",
    "lint": "eslint ./src --quiet -c ../.eslintrc.js",
    "start": "node ./dist/index.js",
    "test": "node --import tsx --test test/**.test.ts",
    "test:dev": "node --import tsx --test --watch test/**.test.ts",
    "watch": "tsup src/index.ts --watch"
  }
}