0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/integration-tests/package.json

50 lines
1.5 KiB
JSON

{
"name": "@logto/integration-tests",
"version": "1.0.0-beta.16",
"description": "Integration tests for Logto.",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
"private": true,
"scripts": {
"test": "pnpm test:api && pnpm test:ui",
"test:api": "jest -i ./tests/api",
"test:ui": "jest -i --config=jest.config.ui.ts ./tests/ui",
"lint": "eslint --ext .ts src tests",
"lint:report": "pnpm lint --format json --output-file report.json",
"start": "pnpm test"
},
"devDependencies": {
"@jest/types": "^29.1.2",
"@logto/js": "1.0.0-beta.13",
"@logto/node": "1.0.0-beta.13",
"@logto/schemas": "workspace:*",
"@peculiar/webcrypto": "^1.3.3",
"@silverhand/eslint-config": "1.3.0",
"@silverhand/essentials": "^1.3.0",
"@silverhand/jest-config": "1.2.2",
"@silverhand/ts-config": "1.2.1",
"@types/jest": "^29.1.2",
"@types/jest-environment-puppeteer": "^5.0.2",
"@types/node": "^16.0.0",
"dotenv": "^16.0.0",
"eslint": "^8.21.0",
"got": "^11.8.5",
"jest": "^29.1.2",
"jest-puppeteer": "^6.1.1",
"node-fetch": "^2.6.7",
"openapi-schema-validator": "^12.0.0",
"openapi-types": "^12.0.0",
"prettier": "^2.7.1",
"puppeteer": "^19.0.0",
"text-encoder": "^0.0.4",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"engines": {
"node": "^16.13.0 || ^18.12.0"
},
"eslintConfig": {
"extends": "@silverhand"
},
"prettier": "@silverhand/eslint-config/.prettierrc"
}