link-stack/packages/opensearch-common/package.json
2024-06-05 08:52:41 +02:00

22 lines
531 B
JSON

{
"name": "@link-stack/opensearch-common",
"version": "0.2.0",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@opensearch-project/opensearch": "^2.9.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@types/node": "^20.14.1",
"@types/react": "18.3.3",
"@types/uuid": "^9.0.8",
"babel-loader": "^9.1.3",
"@link-stack/typescript-config": "*",
"@link-stack/eslint-config": "*",
"file-loader": "^6.2.0",
"typescript": "5.4.5"
}
}