{
  "name": "@servicenow/sdk-api",
  "version": "4.8.1",
  "description": "ServiceNow SDK API",
  "license": "MIT",
  "main": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./docs": {
      "types": "./dist/docs.d.ts",
      "default": "./dist/docs.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@servicenow/isomorphic-rollup": "1.3.6",
    "crypto-js": "4.2.0",
    "fast-json-stable-stringify": "2.1.0",
    "fast-xml-parser": "5.7.2",
    "handlebars": "4.7.9",
    "lodash": "4.18.1",
    "zod": "3.23.8",
    "@servicenow/sdk-build-core": "4.8.1",
    "@servicenow/sdk-build-plugins": "4.8.1"
  },
  "devDependencies": {
    "@servicenow/sdk-aiaf-plugin": "1.0.0-aiaffluent.30",
    "@servicenow/sdk-nowassist-skill-plugin": "1.0.21-ext-nask-plugins.38",
    "@servicenow/sdk-playbook-plugin": "1.0.1-ext-playbook-plugin.16",
    "@types/crypto-js": "4.2.2",
    "@types/ejs": "3.1.5",
    "@types/lodash": "4.17.23",
    "diff-js-xml": "1.0.8",
    "fast-glob": "3.3.2",
    "unionfs": "4.6.0"
  },
  "engines": {
    "node": ">=20.18.0",
    "pnpm": ">=10.8.0"
  },
  "scripts": {
    "prebuild": "pnpm run build-templates && pnpm run bundle-external-plugins",
    "build": "tsc -b",
    "build-templates": "tsx esbuild.templates.ts",
    "bundle-external-plugins": "tsx esbuild.external-plugins.ts",
    "watch": "tsc -b -w",
    "clean": "tsc -b --clean",
    "test": "export NODE_OPTIONS=\"--max-old-space-size=8192 --experimental-vm-modules\" && TS_NODE_PROJECT=\"tests/tsconfig.json\" jest --colors $(if [ -n \"$CI\" ]; then echo \"--maxWorkers=2\"; fi) --config=\"tests/jest.config.ts\" --silent ${TEST_SHARD:+--shard=$TEST_SHARD} ${TEST_FILE:+$TEST_FILE}"
  }
}