UNPKG

react-native-purchasely

Version:

Purchasely is a solution to ease the integration and boost your In-App Purchase & Subscriptions on the App Store, Google Play Store and Huawei App Gallery.

170 lines (169 loc) 3.95 kB
{ "name": "react-native-purchasely", "title": "Purchasely React Native", "version": "4.5.0", "description": "Purchasely is a solution to ease the integration and boost your In-App Purchase & Subscriptions on the App Store, Google Play Store and Huawei App Gallery.", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "cpp", "react-native-purchasely.podspec", "!lib/typescript/example", "!android/build", "!ios/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "test": "jest", "typescript": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "prepare": "bob build", "release": "release-it", "example": "yarn --cwd example", "clean": "rm -rf node_modules && rm -rf example/node_modules && yarn pod-clean", "pod-clean": "cd example/ios && pod deintegrate && rm -rf Podfile.lock && cd ../../", "pods": "cd example && pod-install --quiet", "bootstrap": "yarn install && yarn example && yarn && yarn pods" }, "keywords": [ "react-native", "ios", "android", "in-app", "iap", "Purchases", "Subscription", "StoreKit", "billing", "Purchasely", "Google", "Play", "App", "Store", "Huawei", "HMS" ], "repository": "https://github.com/Purchasely/Purchasely-ReactNative", "author": "Purchasely SAS", "license": "MIT", "bugs": { "url": "https://github.com/Purchasely/Purchasely-ReactNative/issues" }, "homepage": "https://github.com/Purchasely/Purchasely-ReactNative#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/react": "18.2.79", "@types/react-dom": "18.2.25", "jest": "^29.7.0", "jest-react-native": "^18.0.0", "pod-install": "^0.1.0", "prettier": "^2.0.5", "react": "^18.2.0", "react-native": "0.73.6", "react-native-builder-bob": "^0.20.0", "ts-jest": "^29.1.2", "tslint": "^5.20.0", "tslint-config-prettier": "^1.18.0", "typedoc": "^0.25.11", "typescript": "^5.2.2" }, "resolutions": { "@types/react": "18.2.79", "@types/react-dom": "18.2.25" }, "peerDependencies": { "react": "*", "react-native": "*" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "yarn lint && yarn typescript" } }, "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": "angular" } } }, "eslintConfig": { "root": true, "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", { "project": "tsconfig.build.json" } ] ] } }