react-testing-library
Version:
Simple and complete React DOM testing utilities that encourage good testing practices.
2 lines (1 loc) • 1.41 kB
JSON
{"name":"react-testing-library","version":"1.2.1","description":"Simple and complete React DOM testing utilities that encourage good testing practices.","main":"dist/index.js","typings":"typings/index.d.ts","engines":{"node":">=8","npm":">=5"},"scripts":{"add-contributor":"kcd-scripts contributors add","build":"kcd-scripts build","lint":"kcd-scripts lint","test":"kcd-scripts test","test:update":"npm test -- --updateSnapshot --coverage","validate":"kcd-scripts validate","setup":"npm install && npm run validate -s","precommit":"kcd-scripts precommit"},"files":["dist","typings"],"keywords":[],"author":"Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)","license":"MIT","dependencies":{},"devDependencies":{"@types/react-dom":"^16.0.4","axios":"^0.18.0","history":"^4.7.2","kcd-scripts":"^0.36.1","react":"^16.2.0","react-dom":"^16.2.0","react-redux":"^5.0.7","react-router":"^4.2.0","react-router-dom":"^4.2.2","react-transition-group":"^2.2.1","redux":"^3.7.2"},"peerDependencies":{"react-dom":"*"},"eslintConfig":{"extends":"./node_modules/kcd-scripts/eslint.js","rules":{"react/prop-types":"off"}},"eslintIgnore":["node_modules","coverage","dist"],"repository":{"type":"git","url":"git+https://github.com/kentcdodds/react-testing-library.git"},"bugs":{"url":"https://github.com/kentcdodds/react-testing-library/issues"},"homepage":"https://github.com/kentcdodds/react-testing-library#readme"}