UNPKG

paperless-ngx

Version:
40 lines (39 loc) 1.02 kB
{ "name": "paperless-ngx", "type": "module", "version": "1.0.0", "description": "Paperless-ngx ", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "scripts": { "build": "bun run build.ts", "prepublishOnly": "bun run build" }, "files": [ "dist" ], "keywords": [ "paperless-ngx", "paperless" ], "license": "MIT", "homepage": "https://github.com/quantumsheep/quantumsheep/paperless-ngx.ts", "repository": { "type": "git", "url": "git+https://github.com/quantumsheep/paperless-ngx.ts" }, "bugs": "https://github.com/quantumsheep/paperless-ngx.ts/issues", "devDependencies": { "@types/bun": "latest", "bun-plugin-dts": "^0.3.0" }, "peerDependencies": { "typescript": "^5.0.0" } }