18 lines
414 B
JSON
18 lines
414 B
JSON
{
|
|
"name": "@link-stack/opensearch-common",
|
|
"version": "3.1.0",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@opensearch-project/opensearch": "^3.4.0",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.5",
|
|
"@types/uuid": "^10.0.0",
|
|
"@link-stack/typescript-config": "*",
|
|
"@link-stack/eslint-config": "*",
|
|
"typescript": "5.7.3"
|
|
}
|
|
}
|