rn-pendo-sdk
Version:
Pendo Mobile React Native SDK
79 lines (78 loc) • 2.42 kB
JSON
{
"name": "rn-pendo-sdk",
"title": "Pendo Mobile SDK for React Native",
"version": "3.6.1",
"description": "Pendo Mobile React Native SDK",
"repository": {
"type": "git",
"url": "git+https://github.com/pendo-io/react-native-pendo-sdk.git",
"baseUrl": "https://github.com/pendo-io/react-native-pendo-sdk/"
},
"scripts": {
"prepare": "eslint . && tsc && babel --extensions '.ts,.tsx' ./src --out-dir lib --delete-dir-on-start && cd plugin && tsc && babel --extensions '.ts,.tsx' ./src --out-dir ./build --delete-dir-on-start && cd ..",
"build": "eslint . && tsc && babel --extensions '.ts,.tsx' ./src --out-dir lib --delete-dir-on-start && cd plugin && tsc && babel --extensions '.ts,.tsx' ./src --out-dir ./build --delete-dir-on-start && cd ..",
"watch": "babel --watch --verbose --extensions '.js,.jsx,.ts,.tsx' ./src --out-dir lib --delete-dir-on-start",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"keywords": [
"react-native",
"pendo",
"pendosdk",
"ios",
"android"
],
"author": {
"name": "Pendo Inc",
"email": "support@pendo.io"
},
"publishConfig": {
"access": "public"
},
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://www.pendo.io",
"peerDependencies": {
"react-native": ">= 0.64.0"
},
"main": "lib/index",
"files": [
"android",
"ios",
"lib",
"RNPendoSDK.podspec",
"index.d.ts",
"app.plugin.js",
"plugin/build",
"plugin/ios",
"LICENSE.md"
],
"types": "index.d.ts",
"devDependencies": {
"@babel/cli": "7.24.8",
"@babel/core": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@eslint/compat": "1.2.5",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@expo/config-plugins": "~9.0.14",
"@expo/config-types": "52.0.3",
"@react-native-community/eslint-config": "3.2.0",
"@types/react": "17.0.2",
"@types/react-native": "0.66.34",
"babel-plugin-module-resolver": "5.0.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react-hooks": "4.6.2",
"expo-module-scripts": "3.5.4",
"globals": "15.14.0",
"metro-react-native-babel-preset": "0.77.0",
"prettier": "3.4.2",
"react": "17.0.2",
"react-native": "0.66.5",
"typescript": "5.7.3"
},
"engines": {
"node": ">=18.0.0"
}
}