UNPKG

@pngme/react-native-sms-pngme-android

Version:

Module for Pngme partners to build credit score from phone information

141 lines (140 loc) 3.28 kB
{ "name": "@pngme/react-native-sms-pngme-android", "version": "7.1.0", "description": "Module for Pngme partners to build credit score from phone information", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "cpp", "!example", "!lib/typescript/example", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "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": "^26.0.0", "@types/react": "^16.9.19", "@types/react-native": "0.62.13", "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": "*", "react-native": "*", "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" ] } }