UNPKG

newrelic-react-native-agent

Version:
102 lines (101 loc) 2.96 kB
{ "name": "newrelic-react-native-agent", "version": "1.8.6", "description": "A New Relic Mobile Agent for React Native", "main": "./index.js", "types": "./dist/index.d.ts", "scripts": { "build": "npm run clean && tsc", "clean": "rimraf ./dist", "prepack": "npm run build", "prepare:ios": "node ./scripts/prepare-ios.js", "build:pack-ios-bridge": "./modular-build/utils/pack-ios-bridge.sh", "use:npmReadme": "mv 'README.md' 'git.README.md' && mv 'npm.README.md' 'README.md'", "use:gitReadme": "mv 'README.md' 'npm.README.md' && mv 'git.README.md' 'README.md'", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --collect-coverage", "lint": "eslint ./**/*.js", "lint:fix": "eslint ./**/*.js --fix", "docs:generate": "jsdoc -c jsdoc.json", "prepare": "husky install", "commit": "cz", "build:plugin": "rimraf plugin/build && tsc --build plugin" }, "keywords": [ "new relic", "react-native" ], "author": "New Relic", "license": "Apache-2.0", "homepage": "https://github.com/newrelic/newrelic-react-native-agent", "repository": { "type": "git", "url": "https://github.com/newrelic/newrelic-react-native-agent.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "dependencies": { "@expo/config-plugins": "^10.1.1", "@react-native-community/cli-platform-android": "^13.6.4", "lodash.foreach": "^4.5.0", "react-native-promise-rejection-utils": "0.0.1" }, "peerDependencies": { "react-native": "*" }, "devDependencies": { "@babel/core": "^7.16.7", "@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/preset-env": "^7.16.7", "@types/jest": "^24.9.1", "@types/node": "^18.11.18", "ansi-regex": ">=5.0.1", "aws-sdk": "^2.1048.0", "babel-eslint": "^8.2.6", "babel-jest": "^24.8.0", "commitizen": "^4.2.4", "cz-conventional-changelog": "^3.3.0", "docdash": "^1.2.0", "edit-json-file": "^1.7.0", "eslint": "^8.29.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.28.0", "husky": "^7.0.0", "jest": "^29.3.1", "jsdoc": "^4.0.2", "markdown-it": ">=12.3.2", "marked": ">=4.0.10", "metro-react-native-babel-preset": "^0.77.0", "node-notifier": ">=8.0.1", "react-native": "^0.73.0", "shelljs": "^0.8.4", "typescript": "^4.9.4", "unzipper": "^0.10.11" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "codegenConfig": { "name": "RNNewRelicSpec", "type": "modules", "jsSrcsDir": "new-relic/spec", "android": { "javaPackageName": "com.NewRelic" } }, "sdkVersions": { "ios": { "newrelic": "~>7.7.3" }, "android": { "newrelic": "7.7.7", "ndk": "1.1.3" } } }