UNPKG

@adapty/react-native-ui

Version:

Extension to the Adapty SDK that allows you to easily add purchase screens to your application.

95 lines 2.43 kB
{ "$schema": "https://json.schemastore.org/package", "name": "@adapty/react-native-ui", "version": "3.1.0", "description": "Extension to the Adapty SDK that allows you to easily add purchase screens to your application.", "license": "MIT", "author": "Vanya Dorofeyev <DivanDoesApps@gmail.com> (https://github.com/divanc)", "keywords": [ "react-native", "adapty", "purchases", "in-apps", "subscriptions", "paywalls" ], "repository": "https://github.com/adaptyteam/AdaptyUI-React-Native", "homepage": "https://github.com/adaptyteam/AdaptyUI-React-Native#readme", "bugs": { "url": "https://github.com/adaptyteam/AdaptyUI-React-Native/issues" }, "files": [ "src", "dist", "ios", "!ios/build", "!ios/ReactNativeUi.xcodeproj/project.xcworkspace", "!ios/ReactNativeUi.xcodeproj/xcuserdata", "*.podspec", "android", "!android/build", "!android/gradle", "!android/gradlew*", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "main": "dist/index.js", "packageManager": "yarn@1.22.19", "scripts": { "build": "tsc", "test": "jest", "lint": "eslint \"**/*.{js,ts,tsx}\"", "release": "release-it" }, "peerDependencies": { "react-native": ">= 0.60.0", "react-native-adapty": ">=3.1.0" }, "devDependencies": { "@release-it/conventional-changelog": "5.1.1", "@types/jest": "29.5.0", "@types/react": "^16.13.1", "@types/react-native": "0.64.0", "@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/parser": "^5.59.9", "eslint": "8.42.0", "jest": "29.5.0", "prettier": "2.8.8", "react": "16.13.1", "react-native": "0.63.0", "react-native-adapty": "3.1.0", "release-it": "15.11.0", "typescript": "5.1.3" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } } }