{ "name": "react-native-iap", "version": "8.0.9", "packageManager": "yarn@3.2.0", "description": "React Native In App Purchase Module.", "main": "index.js", "types": "index.d.ts", "postinstall": "dooboolab-welcome postinstall", "scripts": { "build": "tsc && flowgen index.d.ts -o index.js.flow", "flow": "flow", "lint": "eslint src --ext .ts,.tsx", "lint:android": "cd android ", "test": "jest", "test:flow": "flow", "test:typescript": "tsc --noEmit", "tsc:sync": "npx typesync", "tsc": "tsc", "validate": "yarn lint && yarn test:typescript && yarn test:flow && yarn test" }, "repository": { "type": "git", "url": "https://github.com/dooboolab/react-native-iap" }, "keywords": [ "react-native", "in app purchase", "in-app-purchase", "billing" ], "author": "dooboolab", "contributors": [ { "name": "Andres Aguilar", "url": "https://github.com/andresesfm" } ], "license": "MIT", "peerDependencies": { "react": ">=16.13.1", "react-native": ">=0.65.1" }, "dependencies": { "dooboolab-welcome": "1.3.2" }, "devDependencies": { "@babel/core": "7.16.0", "@babel/plugin-proposal-class-properties": "7.16.0", "@babel/plugin-proposal-private-methods": "7.16.0", "@babel/preset-env": "7.16.4", "@babel/preset-react": "7.16.0", "@babel/preset-typescript": "7.16.0", "@dooboo/eslint-config": "1.2.2", "@testing-library/jest-native": "4.0.4", "@testing-library/react-native": "8.0.0", "@types/eslint": "8.2.0", "@types/jest": "27.0.3", "@types/react": "17.0.37", "@types/react-native": "0.66.6", "@typescript-eslint/eslint-plugin": "^5.9.0", "babel-core": "7.0.0-bridge.0", "babel-jest": "27.4.2", "eslint": "8.3.0", "flow-bin": "0.166.1", "flowgen": "1.16.0", "jest": "27.4.3", "metro-react-native-babel-preset": "0.66.2", "monolinter": "1.0.4", "prettier": "2.5.0", "react-native": "0.65.1", "ts-jest": "27.0.7", "typescript": "4.5.2" } }