{"_id":"@cogfy/tables","_rev":"6-7db2b9284030cb985381aac689deb375","name":"@cogfy/tables","dist-tags":{"latest":"0.2.1"},"versions":{"0.2.1":{"name":"@cogfy/tables","version":"0.2.1","keywords":[],"author":"","license":"ISC","_id":"@cogfy/tables@0.2.1","maintainers":[{"name":"kuteken","email":"fskuteken@gmail.com"}],"homepage":"https://github.com/IndigoHive/cogfy-tables-node#readme","bugs":{"url":"https://github.com/IndigoHive/cogfy-tables-node/issues"},"dist":{"shasum":"96e4538cd50e1a6130e2b30fd947f035b081dcc5","tarball":"https://registry.npmjs.org/@cogfy/tables/-/tables-0.2.1.tgz","fileCount":122,"integrity":"sha512-IHm75W5A8WXj6ZOtpcu0EWfl5P9GaqB6pfxuHsqOCB7CuQph6Vom9hML5W4e/dt2BPvN5EqyLyWQgztCrmL1AA==","signatures":[{"sig":"MEYCIQCrqgu0BGVukYgy/nbpZ/tTh+Bj2UjGymVIBBJP572aewIhALpFpzMgxIJ3oouySxnD2ooH0o0DqSE6CgoTVkj3rYs6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":65217},"main":"build/index.js","types":"./build/index.d.ts","gitHead":"d8b47fb5bf0ee7eaf8bd1cf9046f302a2d884866","scripts":{"lint":"eslint src","test":"vitest --exclude build","build":"tsc","prepublishOnly":"tsc"},"_npmUser":{"name":"kuteken","email":"fskuteken@gmail.com"},"repository":{"url":"git+https://github.com/IndigoHive/cogfy-tables-node.git","type":"git"},"_npmVersion":"11.9.0","description":"[![.github/workflows/tests.yml](https://github.com/IndigoHive/cogfy-node/actions/workflows/tests.yml/badge.svg)](https://github.com/IndigoHive/cogfy-node/actions/workflows/tests.yml) [![NPM Version](https://img.shields.io/npm/v/cogfy)](https://www.npmjs.c","directories":{},"_nodeVersion":"24.14.0","dependencies":{"qs":"^6.13.0","axios":"^1.7.2","@types/node":"^24.13.3"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.8.0","vitest":"^2.0.5","globals":"^15.9.0","@types/qs":"^6.9.15","@eslint/js":"^9.8.0","typescript":"^5.5.3","typescript-eslint":"^8.0.1","axios-mock-adapter":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/tables_0.2.1_1783981041272_0.7823641502150693","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2026-07-13T22:17:21.169Z","modified":"2026-07-13T22:17:34.403Z","0.2.0":"2026-07-13T22:11:35.946Z","0.2.1":"2026-07-13T22:17:21.410Z"},"bugs":{"url":"https://github.com/IndigoHive/cogfy-tables-node/issues"},"license":"ISC","homepage":"https://github.com/IndigoHive/cogfy-tables-node#readme","keywords":[],"repository":{"url":"git+https://github.com/IndigoHive/cogfy-tables-node.git","type":"git"},"description":"[![.github/workflows/tests.yml](https://github.com/IndigoHive/cogfy-node/actions/workflows/tests.yml/badge.svg)](https://github.com/IndigoHive/cogfy-node/actions/workflows/tests.yml) [![NPM Version](https://img.shields.io/npm/v/cogfy)](https://www.npmjs.c","maintainers":[{"email":"fskuteken@gmail.com","name":"kuteken"},{"email":"pedroaureliano.contato@gmail.com","name":"pedroaurelli"},{"email":"scapimgabriel@gmail.com","name":"gabrielscapim"},{"email":"yan.gidorini@indigohive.com.br","name":"yan-indigo"},{"email":"diogo.kawamoto@indigohive.com.br","name":"diogokawamoto"},{"email":"iago.soriano@indigohive.com.br","name":"iago-srm"}],"readme":"# Cogfy Node.js\n\n[![.github/workflows/tests.yml](https://github.com/IndigoHive/cogfy-node/actions/workflows/tests.yml/badge.svg)](https://github.com/IndigoHive/cogfy-node/actions/workflows/tests.yml)\n[![NPM Version](https://img.shields.io/npm/v/cogfy)](https://www.npmjs.com/package/cogfy)\n\nThis package provides methods to access the Cogfy public API.\n\n## Installation\n\n```\nnpm install @cogfy/tables\n```\n\n## Usage\n\n```typescript\nimport { Cogfy } from '@cogfy/tables'\n\nconst cogfy = new Cogfy({\n  apiKey: process.env.COGFY_API_KEY\n})\n\nasync function main () {\n  const collections = await cogfy.collections.list()\n}\n\nmain()\n```\n","readmeFilename":"README.md"}