mocks/package.json
{
"name": "mocks",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "",
"main": "index.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@opensearch-project/opensearch": "^2.13.0",
"@types/jsonwebtoken": "9.0.7",
"amazon-cognito-identity-js": "6.3.12",
"aws-lambda": "1.0.7",
"jsonwebtoken": "9.0.2",
"msw": "^2.3.1",
"react-app": "*",
"shared-types": "*",
"shared-utils": "*"
},
"author": "",
"license": "ISC"
}