UNPKG

jest-react-profiler

Version:

Jest helpers for working with the React Profiler API.

56 lines (55 loc) 1.27 kB
{ "name": "jest-react-profiler", "version": "0.1.3", "description": "Jest helpers for working with the React Profiler API.", "main": "index.js", "scripts": { "lint": "eslint *.js", "prettier": "prettier --write *.js", "test": "jest" }, "homepage": "https://github.com/bvaughn/jest-react-profiler", "repository": { "type": "git", "url": "https://github.com/bvaughn/jest-react-profiler.git" }, "bugs": { "url": "https://github.com/bvaughn/jest-react-profiler/issues" }, "files": [ "index.js" ], "keywords": [ "jest", "test", "react", "profiler", "commits", "performance", "commit", "render", "renders" ], "author": "Brian Vaughn <brian.david.vaughn@gmail.com>", "contributors": [ "Brian Vaughn <brian.david.vaughn@gmail.com>" ], "license": "MIT", "dependencies": {}, "devDependencies": { "babel-jest": "^23.6.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "eslint": "^5.10.0", "eslint-config-prettier": "^3.3.0", "eslint-plugin-prettier": "^3.0.0", "jest": "^21", "prettier": "^1.15.3", "react": "^16.5", "react-dom": "^16.5" }, "peerDependencies": { "jest": ">21", "react": "^16.5" } }