@regulaforensics/document-reader-typings
Version:
Document Reader API typings
81 lines (80 loc) • 2.1 kB
JSON
{
"version": "8.2.537",
"author": "Regula Forensics, Inc.",
"name": "@regulaforensics/document-reader-typings",
"description": "Document Reader API typings",
"license": "MIT",
"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",
"prepare": "husky"
},
"lint-staged": {
"*.{js,ts}": "eslint --fix"
},
"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": {
"@eslint/js": "^9.30.0",
"@types/deep-diff": "^1.0.5",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.19",
"@types/node": "^24.0.8",
"@types/pako": "^2.0.3",
"deep-diff": "^1.0.2",
"dotenv": "^17.0.0",
"eslint": "^9.30.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"globals": "^16.3.0",
"husky": "^9.1.7",
"jest": "^30.0.3",
"lint-staged": "^16.1.2",
"lodash": "^4.17.21",
"prettier": "^3.6.2",
"ts-jest": "^29.4.0",
"typedoc": "^0.28.7",
"typedoc-plugin-coverage": "^4.0.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.4",
"yargs": "^18.0.0"
}
}