UNPKG

expo-pngme-sdk

Version:

Expo SDK for Pngme financial insights - Android only, optimized for managed workflow

68 lines 1.68 kB
{ "name": "expo-pngme-sdk", "version": "1.0.0-beta.1", "description": "Expo SDK for Pngme financial insights - Android only, optimized for managed workflow", "main": "build/index.js", "types": "build/index.d.ts", "sideEffects": false, "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "npm run build-ts && npm run build-plugin", "prepublishOnly": "npm run build-ts && npm run build-plugin", "expo-module": "expo-module", "build-plugin": "tsc --project plugin/tsconfig.json", "build-ts": "tsc" }, "keywords": [ "expo", "expo-module", "pngme", "financial", "credit-scoring", "sms", "android", "android-only", "managed-workflow" ], "repository": { "type": "git", "url": "https://github.com/pngme/expo-pngme-sdk" }, "bugs": { "url": "https://github.com/pngme/expo-pngme-sdk/issues" }, "author": "Pngme <dominictabu254@gmail.com>", "license": "MIT", "homepage": "https://github.com/pngme/expo-pngme-sdk#readme", "dependencies": { "@expo/config-plugins": "^8.0.0" }, "devDependencies": { "expo-module-scripts": "^3.5.0", "typescript": "^5.3.0" }, "peerDependencies": { "expo": ">=50.0.0", "expo-modules-core": ">=1.0.0", "react": ">=18.0.0", "react-native": ">=0.70.0" }, "expo": { "autolinking": { "nativeModulesDir": ".", "iosModulesDir": "ios", "androidModulesDir": "android" } }, "files": [ "build/", "android/", "ios/", "plugin/", "app.plugin.js", "expo-module.config.json" ] }