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-25 08:14:03 +02:00
|
|
|
"@opensearch-project/opensearch": "^2.10.0",
|
2024-06-12 08:27:30 +02:00
|
|
|
"uuid": "^10.0.0"
|
2024-03-20 17:51:21 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-07-18 11:08:01 +02:00
|
|
|
"@babel/core": "^7.24.9",
|
|
|
|
|
"@types/node": "^20.14.11",
|
2024-06-05 08:52:41 +02:00
|
|
|
"@types/react": "18.3.3",
|
2024-06-25 08:14:03 +02:00
|
|
|
"@types/uuid": "^10.0.0",
|
2024-03-20 17:51:21 +01:00
|
|
|
"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-07-03 17:16:09 +02:00
|
|
|
"typescript": "5.5.3"
|
2024-03-20 17:51:21 +01:00
|
|
|
}
|
|
|
|
|
}
|