UNPKG

react-native-benchmark

Version:

React Native benchmarking library inspired by benchmark.js

41 lines (40 loc) 1.04 kB
{ "name": "react-native-benchmark", "version": "0.0.5", "description": "React Native benchmarking library inspired by benchmark.js", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc --build", "prepublish": "npm run build", "dev": "npx tsnd example/index.ts" }, "repository": { "type": "git", "url": "git+https://github.com/eugenehp/benchmark-ts.git" }, "keywords": [ "benchmark", "ios", "android", "performance", "react-native", "reactivelions" ], "author": "Eugene Hauptmann <eugene.hp2012@gmail.com>", "license": "MIT", "devDependencies": { "@types/node": "^14.14.39", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "eslint": "^7.24.0", "eslint-config-prettier": "^8.2.0", "eslint-plugin-prettier": "^3.3.1", "prettier": "^2.2.1", "ts-node-dev": "^1.1.6", "typescript": "^4.2.4" }, "dependencies": { "events": "^3.3.0" } }