{
  "engines": {
    "node": ">=20.11.0"
  },
  "dependencies": {
    "@azure/identity": "^4.13.1",
    "@mcpher/fake-gasenum": "^1.0.6",
    "@mcpher/gas-flex-cache": "^1.1.5",
    "@microsoft/microsoft-graph-client": "^3.0.7",
    "@modelcontextprotocol/sdk": "^1.28.0",
    "@sindresorhus/is": "^7.2.0",
    "acorn": "^8.16.0",
    "adm-zip": "^0.5.16",
    "child_process": "^1.0.2",
    "commander": "^14.0.3",
    "dotenv": "^17.3.1",
    "fast-xml-parser": "^5.5.9",
    "get-stream": "^9.0.1",
    "google-auth-library": "^10.6.2",
    "googleapis": "^171.4.0",
    "got": "^14.6.6",
    "into-stream": "^9.1.0",
    "keyv": "^5.6.0",
    "keyv-file": "^5.3.3",
    "mime": "^4.1.0",
    "mysql2": "^3.20.0",
    "pg": "^8.20.0",
    "prompts": "^2.4.2",
    "sleep-synchronously": "^2.0.0",
    "zod": "^4.3.6"
  },
  "type": "module",
  "scripts": {
    "pub": "npm publish --access public",
    "includes": "node ./doccreation/include-docs.js",
    "progress": "cd ./doccreation && bash pipeline.sh",
    "docs": "npm run includes && npm run progress"
  },
  "name": "@mcpher/gas-fakes",
  "author": "bruce mcpherson",
  "version": "2.3.8",
  "license": "MIT",
  "main": "main.js",
  "description": "An implementation of the Google Workspace Apps Script runtime: Run native App Script Code on Node and Cloud Run",
  "repository": "github:brucemcpherson/gas-fakes",
  "homepage": "https://ramblings.mcpher.com/a-proof-of-concept-implementation-of-apps-script-environment-on-node/",
  "bin": {
    "gas-fakes": "gas-fakes.js"
  }
}
