react-native-iap
Version:
React Native In App Purchase Module.
51 lines (50 loc) • 1.3 kB
JSON
{
"name": "react-native-iap",
"version": "6.0.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 -c .eslintrc.js 'index.ts'",
"test": "exit 0",
"test:flow": "flow",
"test:typescript": "tsc --noEmit",
"tsc:sync": "npx typesync",
"tsc": "tsc",
"validate": "npm run lint && npm run test:typescript && npm run test:flow && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dooboolab/react-native-iap"
},
"keywords": [
"react-native",
"in app purchase",
"in-app-purchase",
"billing"
],
"author": "dooboolab",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": ">=0.54"
},
"dependencies": {
"dooboolab-welcome": "^1.2.0"
},
"devDependencies": {
"@dooboo/eslint-config": "^0.6.21",
"@types/eslint": "^7.2.5",
"@types/react": "17.0.0",
"@types/react-native": "0.63.46",
"babel-eslint": "^10.1.0",
"eslint": "^7.19.0",
"flow-bin": "^0.143.1",
"flowgen": "^1.13.0",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
}
}