{ "name": "@k8slens/react-testing-library-discovery", "private": false, "version": "1.0.0", "description": "A way to discover HTML-elements using react-testing-library", "type": "commonjs", "files": [ "dist" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "git+https://github.com/lensapp/lens.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "author": { "name": "OpenLens Authors", "email": "info@k8slens.dev" }, "license": "MIT", "homepage": "https://github.com/lensapp/lens", "scripts": { "clean": "rimraf dist/", "build": "lens-webpack-build", "lint": "lens-lint", "lint:fix": "lens-lint --fix" }, "peerDependencies": { "@k8slens/webpack": "^6.5.0-alpha.4", "@testing-library/dom": "^8.19.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5" } }