{
  "name": "@mondaydotcomorg/api",
  "version": "14.0.0",
  "description": "monday.com API client",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "files": [
    "dist",
    "LICENSE"
  ],
  "scripts": {
    "build": "rollup -c",
    "prettier": "prettier --write \"lib/**/*.ts\" --ignore-path \"../../.prettierignore\"",
    "lint": "eslint --fix \"lib/**/*.ts\" --ignore-path \"../../.eslintignore\"",
    "test": "jest -c",
    "watch": "rollup -c -w",
    "update-versions": "yarn build && node dist/scripts/update-versions.js"
  },
  "engines": {
    "node": ">= 18.0.0"
  },
  "author": "monday.com Api Team",
  "license": "MIT",
  "keywords": [
    "monday",
    "api",
    "graphql"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mondaycom/monday-graphql-api/tree/main/packages/api"
  },
  "dependencies": {
    "graphql": "16.8.2",
    "graphql-request": "^6.1.0",
    "graphql-tag": "^2.12.6",
    "zod": "3.24.4"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.18",
    "jest": "^29.7.0",
    "moment": "^2.30.1",
    "undici": "^6.21.0",
    "rollup": "^2.79.1",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-dts": "^4.2.3",
    "ts-jest": "^29.1.2",
    "typescript": "^4.9.5"
  }
}
