2024-03-20 17:51:21 +01:00
|
|
|
{
|
2024-06-05 08:52:41 +02:00
|
|
|
"name": "@link-stack/opensearch-common",
|
2024-03-20 17:51:21 +01:00
|
|
|
"version": "0.2.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc -p tsconfig.json"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-06-05 08:52:41 +02:00
|
|
|
"@opensearch-project/opensearch": "^2.9.0",
|
2024-03-20 17:51:21 +01:00
|
|
|
"uuid": "^9.0.1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-06-05 08:52:41 +02:00
|
|
|
"@babel/core": "^7.24.6",
|
|
|
|
|
"@types/node": "^20.14.1",
|
|
|
|
|
"@types/react": "18.3.3",
|
2024-03-20 17:51:21 +01:00
|
|
|
"@types/uuid": "^9.0.8",
|
|
|
|
|
"babel-loader": "^9.1.3",
|
2024-06-05 08:52:41 +02:00
|
|
|
"@link-stack/typescript-config": "*",
|
|
|
|
|
"@link-stack/eslint-config": "*",
|
2024-03-20 17:51:21 +01:00
|
|
|
"file-loader": "^6.2.0",
|
2024-04-21 09:44:30 +02:00
|
|
|
"typescript": "5.4.5"
|
2024-03-20 17:51:21 +01:00
|
|
|
}
|
|
|
|
|
}
|