link-stack/packages/opensearch-common/package.json
2024-09-04 07:52:30 +02:00

22 lines
533 B
JSON

{
"name": "@link-stack/opensearch-common",
"version": "2.2.0",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@opensearch-project/opensearch": "^2.12.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/node": "^22.5.2",
"@types/react": "18.3.5",
"@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.4"
}
}