22 lines
535 B
JSON
22 lines
535 B
JSON
{
|
|
"name": "@link-stack/opensearch-common",
|
|
"version": "0.2.0",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@opensearch-project/opensearch": "^2.10.0",
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.9",
|
|
"@types/node": "^20.14.11",
|
|
"@types/react": "18.3.3",
|
|
"@types/uuid": "^10.0.0",
|
|
"babel-loader": "^9.1.3",
|
|
"@link-stack/typescript-config": "*",
|
|
"@link-stack/eslint-config": "*",
|
|
"file-loader": "^6.2.0",
|
|
"typescript": "5.5.3"
|
|
}
|
|
}
|