UNPKG

react-native-malwarelytics

Version:

Malwarelytics for React Native protects your banking or fintech app from a broad range of mobile security threats with an industry-leading mobile threat intelligence solution.

184 lines (183 loc) 4.36 kB
{ "name": "react-native-malwarelytics", "version": "1.1.1", "description": "Malwarelytics for React Native protects your banking or fintech app from a broad range of mobile security threats with an industry-leading mobile threat intelligence solution.", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "ios-native/*.sh", "cpp", "docs", "*.podspec", "!lib/typescript/example", "!ios/build", "!ios/*.xcodeproj", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "scripts": { "test": "jest", "typecheck": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "prepack": "bob build", "release": "release-it", "example": "yarn --cwd example", "bootstrap": "yarn example && yarn install && yarn example pods", "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build" }, "keywords": [ "react-native", "rasp", "antivirus", "app-shielding", "app-security", "application-security", "tampering-detection", "repackage-detection", "repackaging-detection", "root-detection", "jailbreak-detection", "reverse-engineering", "ios", "android" ], "repository": "https://github.com/wultra/react-native-malwarelytics", "author": { "name": "Wultra s.r.o.", "email": "support@wultra.com", "url": "https://www.wultra.com" }, "license": "Apache-2.0", "licenseFilename": "LICENSE", "bugs": { "url": "https://github.com/wultra/react-native-malwarelytics/issues" }, "homepage": "https://www.wultra.com/malwarelytics", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "directories": { "doc": "docs" }, "devDependencies": { "@commitlint/config-conventional": "^19.1.0", "@evilmartians/lefthook": "^1.6.7", "@react-native-community/cli": "13.6.4", "@react-native/eslint-config": "^0.74.81", "@release-it/conventional-changelog": "^8.0.1", "@types/jest": "^29.5.12", "@types/react": "~18.3.1", "@types/react-native": "0.73.0", "commitlint": "^18.6.1", "del-cli": "^5.1.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", "pod-install": "^0.2.0", "prettier": "^3.2.5", "react": "18.3.1", "react-native": "^0.74.1", "react-native-builder-bob": "^0.23.2", "release-it": "^17.1.1", "typescript": "^5.4.4" }, "resolutions": { "@types/react": "18.3.1" }, "peerDependencies": { "react": "*", "react-native": "*" }, "engines": { "node": ">= 20.0.0" }, "packageManager": "yarn@1.22.21", "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } }, "eslintConfig": { "root": true, "extends": [ "@react-native-community", "prettier" ], "rules": { "prettier/prettier": [ "error", { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false } ] } }, "eslintIgnore": [ "node_modules/", "lib/" ], "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] } }