zenstack/tests/integration/package.json
2024-08-06 14:37:13 -07:00

41 lines
1.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",
"jest-fetch-mock": "^3.0.3",
"next": "14.2.4",
"tmp": "^0.2.1",
"uuid": "^10.0.0",
"zenstack": "workspace: *"
},
"dependencies": {
"@types/node": "^18.0.0",
"@zenstackhq/sdk": "workspace:*",
"@zenstackhq/testtools": "workspace:*",
"bcryptjs": "^2.4.3",
"decimal.js": "^10.4.2",
"pg": "^8.11.1",
"sleep-promise": "^9.1.0",
"superjson": "^1.13.0"
}
}