{
  "name": "@qualifyze/airtable",
  "description": "A more powerful airtable client",
  "version": "2.0.2",
  "license": "MIT",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc",
    "test": "jest --runInBand",
    "lint": "eslint . --max-warnings=0",
    "changeset:publish": "changeset publish",
    "changeset:version": "changeset version && npm install",
    "integration": "ts-node -r dotenv/config integration.ts"
  },
  "dependencies": {
    "@qualifyze/airtable-formulator": "^1.3.1"
  },
  "peerDependencies": {
    "airtable": "^0.11.1"
  },
  "devDependencies": {
    "@changesets/changelog-github": "^0.4.8",
    "@changesets/cli": "^2.26.0",
    "@typescript-eslint/eslint-plugin": "^5.49.0",
    "@typescript-eslint/parser": "^5.49.0",
    "airtable": "^0.11.6",
    "dotenv": "^16.0.3",
    "eslint": "^8.32.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^26.6.3",
    "jest-ts-auto-mock": "^2.1.0",
    "prettier": "2.8.1",
    "ts-auto-mock": "^3.6.4",
    "ts-jest": "^26.5.6",
    "ts-node": "^10.9.1",
    "ttypescript": "^1.5.15",
    "typescript": "~4.8.4"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "airtable"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Qualifyze/airtable.git"
  },
  "homepage": "https://github.com/Qualifyze/airtable#readme",
  "bugs": {
    "url": "https://github.com/Qualifyze/airtable/issues"
  },
  "volta": {
    "node": "18.13.0"
  }
}
