-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.73 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"version": "0.0.58",
"author": "Regula Forensics, Inc.",
"name": "@regulaforensics/document-reader-typings",
"description": "Document Reader API typings",
"license": "MIT",
"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.1",
"date-fns": "^3.6.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.13",
"@types/node": "^22.9.3",
"@types/pako": "^2.0.3",
"deep-diff": "^1.0.2",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.11",
"typedoc-plugin-coverage": "^3.4.0",
"typescript": "^5.5.4",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.0.3",
"yargs": "^17.7.2"
},
"source": "src/index.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
"type": "module",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/types/index.d.ts"
},
"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"
]
}