18 lines
415 B
JSON
18 lines
415 B
JSON
{
|
|
"name": "@link-stack/opensearch-common",
|
|
"version": "2.3.4",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@opensearch-project/opensearch": "^2.13.0",
|
|
"uuid": "^11.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.2",
|
|
"@types/uuid": "^10.0.0",
|
|
"@link-stack/typescript-config": "*",
|
|
"@link-stack/eslint-config": "*",
|
|
"typescript": "5.7.2"
|
|
}
|
|
}
|