-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 602 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 602 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "accelerated-intelligent-document-processing",
"version": "1.0.0",
"private": true,
"description": "Accelerated Intelligent Document Processing on AWS",
"repository": {
"type": "git",
"url": "https://github.com/aws-samples/accelerated-intelligent-document-processing-on-aws"
},
"license": "MIT-0",
"devDependencies": {
"basedpyright": "^1.32.1"
},
"scripts": {
"typecheck": "basedpyright",
"typecheck:watch": "basedpyright --watch",
"typecheck:stats": "basedpyright --stats"
},
"engines": {
"node": ">=22.12.0",
"npm": ">=11.0.0"
}
}