generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 770 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 770 Bytes
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
{
"name": "text-embeddings-pipeline",
"version": "0.1.0",
"bin": {
"text-embeddings-pipeline": "bin/text-embeddings-pipeline.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"cdk": "cdk"
},
"devDependencies": {
"@types/node": "20.9.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"aws-cdk": "2.110.1",
"eslint": "^8.54.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1",
"ts-node": "^10.9.1",
"typescript": "~5.3.2"
},
"dependencies": {
"aws-cdk-lib": "2.110.1",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21"
}
}