-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 944 Bytes
/
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
{
"name": "layout-document-ai",
"version": "1.0.0",
"description": "Document AI preserving the original layout.",
"main": "index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"lint": "eslint src --ext .ts --fix",
"build": "tsup"
},
"license": "ISC",
"keywords": [
"google",
"documentai"
],
"author": "Thierry Santos <[email protected]>",
"devDependencies": {
"@google-cloud/documentai": "^8.8.0",
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "8.57.0",
"eslint-config-import": "^0.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.2.0",
"prettier": "^3.3.2",
"tsup": "8.1.0",
"tsx": "4.14.0",
"typescript": "5.4.5"
}
}