UNPKG

capacitor-freerasp

Version:

Capacitor plugin for improving app security and threat monitoring on Android and iOS mobile devices

84 lines (83 loc) 2.6 kB
{ "name": "capacitor-freerasp", "version": "2.1.0", "description": "Capacitor plugin for improving app security and threat monitoring on Android and iOS mobile devices", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "unpkg": "dist/plugin.js", "author": "talsec.app", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/talsec/Free-RASP-Capacitor.git" }, "bugs": { "url": "https://github.com/talsec/Free-RASP-Capacitor/issues" }, "keywords": [ "capacitor", "plugin", "freerasp", "capacitor-library", "capacitor-plugin", "capacitor-security", "capacitor-app-security", "capacitor-tampering-detection", "capacitor-root-detection", "capacitor-app-shielding", "capacitor-rasp", "capacitor-tampering", "capacitor-reverse-engineering", "capacitor-application-security", "capacitor-frida" ], "scripts": { "verify": "npm run verify:ios && npm run verify:android", "verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -destination generic/platform=iOS && cd ..", "verify:android": "cd android && ./gradlew clean build test && cd ..", "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint", "fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format", "eslint": "eslint . --ext ts", "prettier": "prettier \"**/*.{ts, js, jsx, tsx}\"", "typecheck": "tsc --noEmit", "swiftlint": "node-swiftlint", "ts:build": "tsc", "build": "npm run clean && tsc && rollup -c rollup.config.js", "clean": "rimraf ./dist", "watch": "tsc --watch", "ionic:build": "npm run build", "prepublishOnly": "npm run build" }, "devDependencies": { "@capacitor/android": "^5.0.0", "@capacitor/core": "^5.0.0", "@capacitor/ios": "^5.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "^1.0.1", "@ionic/swiftlint-config": "^1.1.2", "eslint": "^7.11.0", "prettier": "~2.3.0", "prettier-plugin-java": "~1.0.2", "rimraf": "^3.0.2", "rollup": "^2.32.0", "swiftlint": "^1.0.1", "typescript": "~4.1.5" }, "peerDependencies": { "@capacitor/core": "*" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", "eslintConfig": { "extends": "@ionic/eslint-config/recommended" }, "capacitor": { "ios": { "src": "ios" }, "android": { "src": "android" } } }