UNPKG

expo-pngme-sdk

Version:

Module for Pngme partners to build credit score from phone information

144 lines (143 loc) 3.32 kB
{ "name": "expo-pngme-sdk", "version": "1.0.4", "description": "Module for Pngme partners to build credit score from phone information", "main": "index.js", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", "react-native": "lib/commonjs/index.js", "source": "src/index", "expo": "withPngme.cjs", "files": [ "src", "lib", "android", "cpp", "!example", "!lib/typescript/example", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "withPngme.cjs" ], "scripts": { "test": "jest", "typescript": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "prepare": "bob build", "release": "release-it", "release:rc": "release-it --preRelease=rc", "example": "yarn --cwd example", "pods": "cd example && pod-install --quiet", "bootstrap": "yarn example && yarn", "clean": "rm -rf lib/ node_modules/ android/build" }, "keywords": [ "react-native", "android", "pngme", "SMS", "Financial scoring" ], "repository": "https://pngme.com/", "author": "pngme <support@pngme.com> (https://pngme.com/)", "license": "MIT", "bugs": { "url": "https://pngme.com//issues" }, "homepage": "https://pngme.com/#readme", "devDependencies": { "@commitlint/config-conventional": "^17.1.0", "@react-native-community/eslint-config": "^2.0.0", "@release-it/conventional-changelog": "^8.0.1", "@types/jest": "^29.5.12", "@types/react": "~19.1.0", "@types/react-native": "~0.72.2", "commitlint": "^17.1.2", "eslint": "^7.2.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.3", "husky": "^4.2.5", "install-peers-cli": "^2.2.0", "jest": "^26.0.1", "pod-install": "^0.1.0", "prettier": "^2.0.5", "react-native-builder-bob": "^0.20.4", "release-it": "^17.0.0", "typescript": "^4.9.5" }, "peerDependencies": { "react": "*", "react-native": "*" }, "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": "conventionalcommits" } } }, "eslintConfig": { "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" ] }, "dependencies": { "@expo/config-plugins": "^10.1.2" } }