console/integration-tests/package.json
renovate[bot] 1afe0ec73a
Update dependency @theguild/prettier-config to v1 (#676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
2022-11-24 10:00:41 +00:00

35 lines
1 KiB
JSON

{
"name": "integration-tests",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"build-and-pack": "(cd ../ && pnpm build:services && pnpm build:libraries && pnpm build:local) && node ./scripts/pack.mjs",
"build:local": "pnpm build-and-pack && (cd ../ && pnpm docker:build)",
"dockest": "tsup-node dockest.ts --format esm --target node16 && PWD=$PWD/.. node dist/dockest.js"
},
"dependencies": {
"@app/gql": "link:./testkit/gql",
"@graphql-hive/core": "0.2.3",
"@graphql-typed-document-node/core": "3.1.1",
"@n1ru4l/dockest": "2.1.0-rc.6",
"@trpc/client": "9.23.2",
"@whatwg-node/fetch": "0.4.7",
"auth0": "2.36.2",
"axios": "0.27.2",
"date-fns": "2.25.0",
"dependency-graph": "0.11.0",
"dotenv": "10.0.0",
"ioredis": "4.28.5",
"rxjs": "^6.5.4",
"slonik": "30.1.2",
"tsup": "6.5.0",
"yaml": "2.1.0",
"zod": "3.15.1"
},
"devDependencies": {
"@hive/server": "workspace:*",
"@types/ioredis": "4.28.10",
"tslib": "2.4.1"
}
}