mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
8a012a393d
Co-authored-by: Renovate Bot <bot@renovateapp.com>
32 lines
935 B
JSON
32 lines
935 B
JSON
{
|
|
"name": "@logto/integration-tests",
|
|
"version": "0.1.0",
|
|
"description": "Integration tests for Logto.",
|
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
|
"license": "MPL-2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint --ext .ts src tests",
|
|
"lint:report": "pnpm lint --format json --output-file report.json",
|
|
"start": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@silverhand/eslint-config": "^0.14.0",
|
|
"@silverhand/essentials": "^1.1.7",
|
|
"@silverhand/jest-config": "^0.13.0",
|
|
"@silverhand/ts-config": "^0.14.0",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/node": "^16.0.0",
|
|
"eslint": "^8.10.0",
|
|
"got": "^11.8.2",
|
|
"jest": "^27.5.1",
|
|
"prettier": "^2.3.2",
|
|
"ts-node": "^10.0.0",
|
|
"typescript": "^4.6.4"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@silverhand"
|
|
},
|
|
"prettier": "@silverhand/eslint-config/.prettierrc"
|
|
}
|