Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "appsmith-rts",
|
|
"version": "0.0.1",
|
|
"description": "Realtime component microservice for Appsmith",
|
|
"main": "index.js",
|
|
"author": "Appsmith Team",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test:unit": "APPSMITH_API_BASE_URL=http jest -b --colors --no-cache --silent --coverage --collectCoverage=true --coverageDirectory='./' --coverageReporters='json-summary'",
|
|
"test:jest": "APPSMITH_API_BASE_URL=http jest --watch ",
|
|
"lint": "yarn g:lint",
|
|
"prettier": "yarn g:prettier",
|
|
"build": "./build.sh",
|
|
"start": "./start-server.sh"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.21.0",
|
|
"@shared/ast": "workspace:^",
|
|
"astravel": "^0.6.1",
|
|
"axios": "^1.6.0",
|
|
"escodegen": "^2.0.0",
|
|
"express": "^4.19.2",
|
|
"express-validator": "^6.14.2",
|
|
"http-status-codes": "^2.2.0",
|
|
"klona": "^2.0.5",
|
|
"loglevel": "^1.8.1",
|
|
"socket.io": "^4.5.4",
|
|
"socket.io-adapter": "^2.4.0",
|
|
"source-map-support": "^0.5.19"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.14",
|
|
"@types/jest": "^29.2.3",
|
|
"esbuild": "^0.19.4",
|
|
"jest": "^29.3.1",
|
|
"supertest": "^6.3.3",
|
|
"ts-jest": "^29.0.3",
|
|
"tsc-alias": "^1.8.2",
|
|
"typescript": "4.9.5"
|
|
}
|
|
}
|