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

47 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "@logto/integration-tests",
2022-09-01 01:11:38 -05:00
"version": "1.0.0-beta.8",
"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": "^28.1.3",
"@logto/node": "1.0.0-beta.3",
2022-09-01 01:11:38 -05:00
"@logto/schemas": "^1.0.0-beta.8",
"@peculiar/webcrypto": "^1.3.3",
"@silverhand/eslint-config": "1.0.0",
"@silverhand/essentials": "^1.2.0",
"@silverhand/jest-config": "1.0.0",
"@silverhand/ts-config": "1.0.0",
"@types/jest": "^28.1.6",
"@types/jest-environment-puppeteer": "^5.0.2",
"@types/node": "^16.0.0",
"dotenv": "^16.0.0",
"eslint": "^8.21.0",
"got": "^11.8.2",
"jest": "^28.1.3",
"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": "^17.0.0",
"text-encoder": "^0.0.4",
2022-07-20 02:57:50 -05:00
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"eslintConfig": {
"extends": "@silverhand"
},
"prettier": "@silverhand/eslint-config/.prettierrc"
}