UNPKG

isomorphic-performance

Version:

Isomorphic Performance API for Node, Browser & React Native

35 lines (34 loc) 816 B
{ "name": "isomorphic-performance", "version": "5.1.3", "description": "Isomorphic Performance API for Node, Browser & React Native", "homepage": "https://github.com/oblador/react-native-performance", "repository": { "type": "git", "url": "https://github.com/oblador/react-native-performance.git" }, "main": "src/node.js", "browser": "src/browser.js", "react-native": "src/react-native.js", "types": "src/types.d.ts", "files": [ "src" ], "peerDependencies": { "react-native-performance": "*" }, "devDependencies": { "typescript": "5.0.4" }, "keywords": [ "performance", "perf", "react-native", "node", "browser", "benchmark" ], "author": "Joel Arvidsson", "license": "MIT", "gitHead": "74e01204ff3f45e58ba4881804aa599656a5b395" }