UNPKG

isomorphic-performance

Version:

Isomorphic Performance API for Node, Browser & React Native

35 lines (34 loc) 816 B
{ "name": "isomorphic-performance", "version": "6.0.0", "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": "66d91c03d1a6dc9d2b0c4f697440c9c21340064c" }