{"name": "@amazon-devices/keplerscript-appstore-iap-lib", "version": "2.13.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": ["dist", "react-native.config.js", "kepler-compatibility.json", "SystemModules", "SystemBundles", "kepler-transformed-package-info.json"], "scripts": {"compile": "tsc", "start": "ENABLE_METRO_BB_WS=1 node node_modules/react-native/local-cli/cli.js start", "obfuscate": "javascript-obfuscator dist -o dist --ignore-imports true", "clean": "rm -rf build bundle kepler-build dist node_modules", "build": "npm-run-all lint test compile obfuscate docs", "test": "jest --colors --config jestconfig.json", "codegen": "react-native-tscodegen ./react-native-tscodegen.json", "lint": "eslint --fix src --ext .js,.ts,.tsx", "autofix": "eslint --fix src --ext .ts,.tsx", "format": "prettier --write 'src/*.{md,json}' 'src/*.{js,jsx,ts,tsx}' '!.tmp/**'", "prepublishOnly": "KEPLER_NPM_COMMAND=npm-pretty-much react-native build-system-bundle-kepler", "docs": "typedocked"}, "dependencies": {"@amazon-devices/keplerscript-turbomodule-api": "^1.0.0", "react": "*", "react-native": "*", "react-native-uuid": "^2.0.1", "@amazon-devices/react-native-kepler": "*", "@react-native-async-storage/async-storage": "1.23.1"}, "devDependencies": {"@amazon-devices/typedocked": "*", "@babel/core": "^7.20.0", "@babel/runtime": "^7.20.0", "@babel/preset-react": "^7.20.0", "@react-native-community/eslint-config": "^3.0.1", "@types/jest": "^28.0.0", "eslint": "^8.12.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-simple-import-sort": "^5.0.3", "jest": "^28.0.0", "npm-run-all": "^4.1.5", "prettier": "^3.7.4", "ts-jest": "^28.0.0", "typescript": "4.8.4", "javascript-obfuscator": "^4.0.2", "react-native-tscodegen-types": "0.66.0", "react-native-tscodegen": "^0.67.0", "react": "18.2.0", "react-native": "0.72.0", "@amazon-devices/react-native-kepler": "^2.0.0 || ^4.0.0", "react-native-uuid": "^2.0.1", "@amazon-devices/kepler-cli-platform": "^0", "@react-native-community/cli": "^11.2.0"}, "peerDependencies": {"react": "*", "react-native": "*", "@amazon-devices/react-native-kepler": "*"}, "resolutions": {"@types/react": "^18"}, "jest": {"preset": "react-native", "moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]}, "kepler": {"projectType": "turbomodule", "targets": ["tv", "auto"], "api": 0.1, "features": ["vega"], "keplerInitializationSharedLibrary": "keplerscript-appstore-iap-lib"}, "license": "See license in LICENSE"}