{
  "name": "@rmarscher/fmdapi",
  "version": "3.2.14-slack-next-gen.10",
  "description": "Temporary personal fork of the FileMaker Data API client",
  "main": "dist/index.js",
  "repository": "git@github.com:rmarscher/fmdapi.git",
  "author": "Eric <37158449+eluce2@users.noreply.github.com>",
  "license": "MIT",
  "private": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "bin": {
    "codegen": "dist/cli.js"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./dist/wv": {
      "import": "./dist/wv.js",
      "types": "./dist/wv.d.ts"
    },
    "./utils": {
      "import": "./dist/utils/index.js",
      "types": "./dist/utils/index.d.ts"
    },
    "./dist/tokenStore/*.js": "./dist/tokenStore/*.js",
    "./dist/tokenStore/*": "./dist/tokenStore/*",
    "./dist/*": "./dist/*"
  },
  "dependencies": {
    "@changesets/cli": "^2.26.1",
    "chalk": "4.1.2",
    "commander": "^9.5.0",
    "dayjs": "^1.11.11",
    "dotenv": "^16.4.5",
    "fs-extra": "^11.1.1",
    "ts-toolbelt": "^9.6.0"
  },
  "peerDependencies": {
    "zod": ">=3.21.4"
  },
  "devDependencies": {
    "@jest/types": "28.1.3",
    "@proofgeist/fm-webviewer-fetch": "^2.1.0",
    "@types/fs-extra": "^11.0.3",
    "@types/jest": "^28.1.8",
    "@types/node": "^20.12.11",
    "@typescript-eslint/eslint-plugin": "^5.53.0",
    "@typescript-eslint/parser": "^5.62.0",
    "@upstash/redis": "^1.30.1",
    "eslint": "^8.57.0",
    "eslint-plugin-react": "^7.34.1",
    "jest": "^28.1.3",
    "jest-fetch-mock": "^3.0.3",
    "ts-jest": "^28.0.8",
    "ts-node": "^10.9.1",
    "typescript": "^5.4.5",
    "zod": "^3.23.8"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "src",
    "dist",
    "dist-browser",
    "tokenStore",
    "utils",
    "stubs"
  ],
  "keywords": [
    "filemaker",
    "fms",
    "data api",
    "dapi",
    "fmrest",
    "fmdapi",
    "proofgeist",
    "fm-dapi"
  ],
  "scripts": {
    "build": "tsc",
    "test": "op inject -i op.env -o .env.local -f && jest",
    "changeset": "changeset",
    "release": "pnpm build && changeset publish --access public"
  }
}