@flexpa/link-react-native
Version:
React Native SDK for integrating FlexpaLink into mobile applications
70 lines (69 loc) • 1.87 kB
JSON
{
"name": "@flexpa/link-react-native",
"version": "0.1.0",
"description": "React Native SDK for integrating FlexpaLink into mobile applications",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
"types": "./dist/index.d.ts"
},
"files": [
"dist",
"src",
"README.md"
],
"scripts": {
"build:esm": "tsc --outDir dist/esm --module es6 --project tsconfig.build.json",
"build:cjs": "tsc --outDir dist/cjs --module commonjs --project tsconfig.build.json",
"build": "yarn build:esm && yarn build:cjs && tsc --emitDeclarationOnly --declarationMap --outDir dist --project tsconfig.build.json",
"test": "jest --passWithNoTests",
"lint": "eslint src",
"prepare": "yarn build"
},
"keywords": [
"react-native",
"flexpa",
"healthcare",
"payer",
"insurance",
"link"
],
"author": "Flexpa",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-webview": ">=11.0.0"
},
"dependencies": {
"expo-linking": "^6.3.1",
"expo-web-browser": "^13.0.3",
"query-string": "^8.1.0"
},
"devDependencies": {
"@flexpa/eslint-config": "*",
"@flexpa/eslint-config-jest": "*",
"@tsconfig/recommended": "^1.0.8",
"@types/jest": "^29.5.14",
"@types/react": "^18.2.0",
"@types/react-native": "^0.72.0",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"react": "^18.2.0",
"react-native": "^0.72.0",
"react-native-webview": "^13.8.6",
"ts-jest": "^29.3.4",
"typescript": "5.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/flexpa/flexpa.git",
"directory": "packages/link-react-native"
},
"publishConfig": {
"access": "public"
}
}