UNPKG

pocketbase-import

Version:

A CLI tool for importing CSV data into PocketBase collections with authentication support.

38 lines (37 loc) 798 B
{ "name": "pocketbase-import", "version": "1.0.6", "description": "A CLI tool for importing CSV data into PocketBase collections with authentication support.", "keywords": [ "pocketbase", "csv", "import", "cli", "database", "data-import", "pocketbase-cli", "csv-parser", "automation", "bulk-insert" ], "bin": { "pocketbase-import": "index.js" }, "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/3n3a/pocketbase-import.git" }, "author": "3n3a", "license": "ISC", "dependencies": { "commander": "^13.1.0", "csv-parser": "^3.2.0", "dotenv": "^16.4.7", "pocketbase": "^0.25.2" } }