{
  "name": "@microsoft/kiota",
  "version": "1.32.5",
  "description": "npm package exposing Kiota CLI functionality to TypeScript",
  "repository": {
    "url": "https://github.com/microsoft/kiota.git",
    "type": "git"
  },
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "exports": {
    "import": {
      "types": "./dist/esm/types/index.d.ts",
      "default": "./dist/esm/index.js"
    },
    "require": {
      "types": "./dist/cjs/types/index.d.ts",
      "default": "./dist/cjs/index.js"
    }
  },
  "types": "dist/esm/types/index.d.ts",
  "typesVersions": {
    "*": {
      "import": [
        "./dist/esm/types/index.d.ts"
      ],
      "require": [
        "./dist/cjs/types/index.d.ts"
      ]
    }
  },
  "files": [
    "dist",
    "runtime.json"
  ],
  "scripts": {
    "lint": "eslint",
    "test": "jest --runInBand",
    "test:unit": "jest --config=jest.config.unit.cjs",
    "test:integration": "jest --config=jest.config.integration.cjs --runInBand",
    "build": "npm run clean && npm run build:esm && npm run build:cjs && npm run copy-files",
    "build:esm": "tsc --project tsconfig.esm.json",
    "build:cjs": "tsc --project tsconfig.cjs.json",
    "clean": "rimraf dist",
    "copy-files": "node scripts/copy-files.js",
    "generate-readme": "node scripts/generate-readme.js",
    "test:coverage": "jest --coverage --runInBand",
    "prepack": "npm run build",
    "package": "npm pack"
  },
  "keywords": [
    "Kiota"
  ],
  "author": "Microsoft",
  "license": "MIT",
  "dependencies": {
    "adm-zip": "^0.5.18",
    "original-fs": "^1.2.0",
    "uuid": "^14.0.1",
    "vscode-jsonrpc": "^8.2.1"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.8",
    "@types/jest": "^30.0.0",
    "glob": "^13.0.6",
    "jest": "^30.4.2",
    "rimraf": "^6.1.3",
    "ts-jest": "^29.4.11",
    "ts-loader": "^9.6.2"
  }
}
