UNPKG

sheetiq

Version:

<div align="center"> <img src="https://docapi.datafetchpro.com/featured_google_api.png" width="60%" /> <br /> <a href="https://discord.gg/ZkMMxZQf"><img src="https://img.shields.io/discord/1397785576253423616?color=5865F2&logo=discord&logoColo

42 lines (41 loc) 884 B
{ "name": "sheetiq", "version": "1.0.8", "description": "", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "type": "module", "repository": { "url": "https://github.com/aliraza948/sheetiqj" }, "keywords": [ "googe-sheet", "gsheet", "google-sheets", "google-sheets-api", "google-sheets-data", "google-sheets-integration", "google-sheets-client", "google-sheets-update", "google-sheets-fetch", "sheet-data-get", "sheet-data-update", "fetch-google-sheet", "update-google-sheet" ], "scripts": { "build": "tsup", "test": "npx vitest run" }, "author": "", "license": "MIT", "devDependencies": { "@types/node": "^24.1.0", "dotenv": "^17.2.1", "readline": "^1.3.0", "tsup": "^8.5.0", "typescript": "^5.8.3", "vitest": "^3.2.4" } }