{
      "name": "google-sheet-apis",
      "version": "0.0.3",
      "description": "",
      "main": "lib/index.js",
      "types": "lib/index.d.ts",
      "files": [
            "lib/**/*"
      ],
      "keywords": [
            "google",
            "google-api",
            "spreadsheet",
            "google-sheet",
            "google-sheet-api"
      ],
      "scripts": {
            "build": "rm -r lib  && tsc",
            "publish": " yarn run build && npm publish",
            "start:dev": "NODE_ENV=development  nodemon --exec ts-node index.ts",
            "test": "jest",
            "test:cov": "jest --coverage --runInBand --detectOpenHandles",
            "format": "prettier --write \"./**/*.ts\" \"./**/*.js\" "
      },
      "author": "Cao Chi Hai <haicao2805@gmail.com> (https://github.com/haicao2805)",
      "license": "MIT",
      "dependencies": {
            "googleapis": "^97.0.0"
      },
      "devDependencies": {
            "@types/jest": "^26.0.20",
            "jest": "^26.6.3",
            "nodemon": "^2.0.7",
            "prettier": "^2.5.1",
            "ts-jest": "^26.5.1",
            "ts-node": "^9.1.1",
            "typescript": "^4.1.5"
      },
      "directories": {
            "test": "test"
      },
      "repository": "git@github.com:haicao2805/google-sheet-apis.git"
}
