UNPKG

@papra/api-sdk

Version:

Api SDK for Papra, the document archiving platform.

55 lines 1.3 kB
{ "name": "@papra/api-sdk", "type": "module", "version": "1.1.3", "description": "Api SDK for Papra, the document archiving platform.", "author": "Corentin Thomasset <corentinth@proton.me> (https://corentin.tech)", "license": "AGPL-3.0-or-later", "repository": { "type": "git", "url": "https://github.com/papra-hq/papra", "directory": "packages/api-sdk" }, "bugs": { "url": "https://github.com/papra-hq/papra/issues" }, "keywords": [ "papra", "api", "sdk", "document", "archiving", "storage" ], "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@corentinth/chisels": "2.1.0", "ofetch": "^1.4.1" }, "devDependencies": { "@antfu/eslint-config": "^6.2.0", "eslint": "^9.39.1", "tsdown": "^0.13.4", "typescript": "^5.9.3", "vitest": "4.0.3" }, "scripts": { "lint": "eslint .", "lint:fix": "eslint --fix .", "test": "vitest run --passWithNoTests", "test:watch": "vitest watch", "typecheck": "tsc --noEmit", "build": "tsdown", "build:watch": "tsdown --watch", "dev": "pnpm build:watch" } }