@callstack/reassure-measure
Version:
Performance measurement library for React and React Native
86 lines (85 loc) • 2.33 kB
JSON
{
"name": "@callstack/reassure-measure",
"version": "1.4.0",
"description": "Performance measurement library for React and React Native",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
"source": "src/index.ts",
"files": [
"lib",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"scripts": {
"test": "jest",
"build": "bob build",
"clean": "del lib"
},
"keywords": [
"react-native",
"ios",
"android"
],
"repository": "https://github.com/callstack/reassure",
"author": "Maciej Jastrzębski <mdjastrzebski@gmail.com> (https://github.com/mdjastrzebski)",
"contributors": [
"Jakub Bujko <jakub.bujko@callstack.com> (https://github.com/Xiltyn)",
"Tomasz Krzyżowski <tomasz.krzyzowski@callstack.com> (https://github.com/TMaszko)",
"Michał Pierzchała <thymikee@gmail.com> (https://github.com/thymikee)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/callstack/reassure/issues"
},
"homepage": "https://github.com/callstack/reassure#readme",
"dependencies": {
"@callstack/reassure-logger": "1.4.0",
"mathjs": "^13.2.3",
"pretty-format": "^29.7.0"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/plugin-transform-flow-strip-types": "^7.26.5",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime": "^7.26.9",
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
"@testing-library/react": "^16.2.0",
"@testing-library/react-native": "^13.2.0",
"@types/jest": "^29.5.14",
"@types/react": "^19.0.0",
"babel-jest": "^29.7.0",
"del-cli": "^5.1.0",
"jest": "^29.7.0",
"prettier": "^2.8.8",
"react": "19.0.0",
"react-native": "0.78.0",
"react-native-builder-bob": "^0.24.0",
"react-test-renderer": "19.0.0",
"strip-ansi": "^6.0.1",
"typescript": "^5.8.2"
},
"peerDependencies": {
"react": ">=18.0.0"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"publishConfig": {
"access": "public"
}
}