UNPKG

nest-google-sheet-connector

Version:
31 lines (30 loc) 756 B
{ "name": "nest-google-sheet-connector", "version": "2.0.2", "description": "A Google Sheet integration for NestJs", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rimraf dist && tsc", "prepublish": "npm run build" }, "keywords": [ "nestjs", "library" ], "author": "johnkhansrc", "license": "MIT", "dependencies": { "@nestjs/common": "^9.2.1", "google-auth-library": "^8.7.0", "googleapis": "^110.0.0", "rxjs": "^7.8.0" }, "devDependencies": { "@types/node": "^18.11.18", "rimraf": "^3.0.2", "typescript": "^4.9.4" }, "repository": "git@github.com:johnkhansrc/NestGoogleSheetConnector.git" }