UNPKG

@regulaforensics/document-reader-typings

Version:
69 lines (68 loc) 1.77 kB
{ "version": "8.1.488", "author": "Regula Forensics, Inc.", "name": "@regulaforensics/document-reader-typings", "description": "Document Reader API typings", "license": "MIT", "source": "src/index.ts", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/types/index.d.ts", "type": "module", "exports": { "types": "./dist/types/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "repository": { "type": "git", "url": "git@github.com:regulaforensics/document-reader-typings.git" }, "files": [ "dist" ], "keywords": [ "document-reader-typings", "document reader", "document recognition", "regulaforensics", "regula", "regulaforensics", "regula document reader typings", "regula document reader types", "regula document reader typescript", "regula document reader ts" ], "scripts": { "check-types": "tsc --noEmit --skipLibCheck", "build": "npm run check-types && vite build", "test": "jest", "docs": "typedoc --out docs src" }, "dependencies": { "class-transformer": "^0.5.1", "class-validator": "^0.14.2", "date-fns": "^4.1.0", "pako": "^2.1.0", "reflect-metadata": "^0.2.2", "thenby": "^1.3.4" }, "devDependencies": { "@types/deep-diff": "^1.0.5", "@types/jest": "^29.5.14", "@types/lodash": "^4.17.17", "@types/node": "^22.15.21", "@types/pako": "^2.0.3", "deep-diff": "^1.0.2", "dotenv": "^16.5.0", "jest": "^29.7.0", "lodash": "^4.17.21", "ts-jest": "^29.3.4", "typedoc": "^0.27.9", "typedoc-plugin-coverage": "^3.4.1", "typescript": "^5.8.3", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.3", "yargs": "^17.7.2" } }