newrelic-react-native-agent
Version:
A New Relic Mobile Agent for React Native
103 lines (102 loc) • 2.9 kB
JSON
{
"name": "newrelic-react-native-agent",
"version": "1.4.5",
"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"
},
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.jsx?$": "babel-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!(@?react-native|react-native-promise-rejection-utils)/)"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"keywords": [
"new relic",
"react-native"
],
"author": "New Relic",
"license": "Apache-2.0",
"homepage": "https://github.com/newrelic/newrelic-react-native-agent",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@expo/config-plugins": "^8.0.6",
"@react-native-community/cli-platform-android": "^13.6.4",
"lodash.foreach": "^4.5.0",
"react-native-promise-rejection-utils": "0.0.1"
},
"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",
"node-notifier": ">=8.0.1",
"react-native": "^0.70.6",
"shelljs": "^0.8.4",
"typescript": "^4.9.4",
"unzipper": "^0.10.11"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"sdkVersions": {
"ios": {
"newrelic": "~>7.5.1"
},
"android": {
"newrelic": "7.6.0",
"ndk": "1.1.1"
}
}
}