PromucFlow_constructor/app/rts/package.json
Satish Gandham 83538ad74d
feat: Bundle optimization and first load improvements (#21667)
Co-authored-by: Ivan Akulov <mail@iamakulov.com>
Co-authored-by: Satish Gandham <hello@satishgandham.com>
Co-authored-by: Ivan Akulov <iamakulov@outlook.com>
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: somangshu <somangshu.goswami1508@gmail.com>
2023-05-11 10:56:03 +05:30

44 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,
"engines": {
"node": "^16.14.0",
"npm": "^8.5.5"
},
"devDependencies": {
"@types/express": "^4.17.14",
"@types/jest": "^29.2.3",
"jest": "^29.3.1",
"supertest": "^6.3.3",
"ts-jest": "^29.0.3",
"tsc-alias": "^1.8.2",
"typescript": "4.9.5"
},
"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 ",
"build": "./build.sh",
"start": "./start-server.sh"
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@shared/ast": "workspace:^",
"astravel": "^0.6.1",
"axios": "^1.2.0",
"escodegen": "^2.0.0",
"express": "^4.18.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"
}
}