{ "name": "@logto/integration-tests", "version": "1.0.0-rc.3", "description": "Integration tests for Logto.", "author": "Silverhand Inc. ", "license": "MPL-2.0", "private": true, "type": "module", "imports": { "#src/*": "./lib/*" }, "scripts": { "build": "rm -rf lib/ && tsc -p tsconfig.test.json --sourcemap", "test:only": "NODE_OPTIONS=--experimental-vm-modules jest", "test": "pnpm build && pnpm test:api && pnpm test:ui", "test:api": "pnpm test:only -i ./lib/tests/api/", "test:ui": "pnpm test:only -i --config=jest.config.ui.js ./lib/tests/ui/", "test:ui-cloud": "pnpm test:only -i --config=jest.config.ui.js ./lib/tests/ui-cloud/", "lint": "eslint --ext .ts src", "lint:report": "pnpm lint --format json --output-file report.json", "start": "pnpm test" }, "devDependencies": { "@jest/types": "^29.1.2", "@logto/connector-kit": "workspace:*", "@logto/js": "1.0.0", "@logto/node": "1.0.0", "@logto/schemas": "workspace:*", "@peculiar/webcrypto": "^1.3.3", "@silverhand/eslint-config": "2.0.1", "@silverhand/essentials": "2.4.0", "@silverhand/ts-config": "2.0.3", "@types/jest": "^29.1.2", "@types/jest-environment-puppeteer": "^5.0.2", "@types/node": "^18.11.18", "dotenv": "^16.0.0", "eslint": "^8.34.0", "got": "^12.5.3", "jest": "^29.1.2", "jest-puppeteer": "^7.0.0", "node-fetch": "^3.3.0", "openapi-schema-validator": "^12.0.0", "openapi-types": "^12.0.0", "prettier": "^2.8.2", "puppeteer": "^19.0.0", "text-encoder": "^0.0.4", "typescript": "^4.9.4" }, "engines": { "node": "^18.12.0" }, "eslintConfig": { "extends": "@silverhand" }, "prettier": "@silverhand/eslint-config/.prettierrc", "dependencies": { "@withtyped/server": "^0.8.0" } }