zenstack/tests/integration/package.json

38 lines
1 KiB
JSON

{
"name": "integration",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .ts",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/fs-extra": "^11.0.1",
"@types/pg": "^8.10.2",
"@types/supertest": "^2.0.12",
"@types/tmp": "^0.2.3",
"@types/uuid": "^8.3.4",
"@zenstackhq/runtime": "workspace:*",
"@zenstackhq/server": "workspace:*",
"@zenstackhq/swr": "workspace:*",
"@zenstackhq/trpc": "workspace:*",
"fs-extra": "^11.1.0",
"next": "14.2.4",
"tmp": "^0.2.1",
"uuid": "^10.0.0",
"zenstack": "workspace: *"
},
"dependencies": {
"@zenstackhq/sdk": "workspace:*",
"@zenstackhq/testtools": "workspace:*",
"bcryptjs": "^2.4.3",
"decimal.js": "^10.4.2",
"pg": "^8.11.1",
"superjson": "^1.13.0"
}
}