mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 01:57:57 +00:00
3cbd19873c
skip-checks: true
33 lines
837 B
JSON
33 lines
837 B
JSON
{
|
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-apps/issues",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-apps/tree/master/packages/test-support#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/test-support",
|
|
"private": true,
|
|
"repository": {
|
|
"directory": "packages/test-support",
|
|
"type": "git",
|
|
"url": "https://github.com/pezkuwichain/pezkuwi-apps.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "1.0.2-1-x",
|
|
"dependencies": {
|
|
"@testing-library/react": "^14.1.2",
|
|
"testcontainers": "^10.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pezkuwi/types-support": "16.5.9",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"tsconfig-paths": "^4.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-is": "*"
|
|
}
|
|
}
|