{
  "name": "gas-client",
  "version": "1.2.1",
  "description": "A client-side utility class that can call server-side Google Apps Script functions",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "src",
    "dist"
  ],
  "repository": "https://github.com/enuchi/gas-client.git",
  "author": "Elisha Nuchi",
  "contributors": [
    "Guilherme Tod <guilhermetod@gmail.com> (https://github.com/guilhermetod)"
  ],
  "license": "MIT",
  "scripts": {
    "prepack": "yarn build",
    "test": "jest --coverage",
    "test:watch": "jest --coverage --watch",
    "prebuild": "rm -rf dist",
    "build": "webpack"
  },
  "bugs": {
    "url": "https://github.com/enuchi/gas-client/issues"
  },
  "homepage": "https://github.com/enuchi/gas-client#readme",
  "keywords": [
    "Google",
    "Apps",
    "Script",
    "GAS",
    "Client"
  ],
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.20.7",
    "@babel/preset-env": "^7.20.2",
    "@types/jest": "^29.2.4",
    "@types/node": "^18.11.17",
    "@types/uuid": "^9.0.0",
    "@typescript-eslint/eslint-plugin": "5.47.0",
    "@typescript-eslint/parser": "5.47.0",
    "babel-eslint": "^10.1.0",
    "eslint": "^8.30.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^27.1.7",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "prettier": "^2.8.1",
    "ts-jest": "^29.0.3",
    "ts-loader": "^9.4.2",
    "typescript": "^4.9.4",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1"
  },
  "dependencies": {
    "uuid": "^9.0.0"
  }
}
