UNPKG

@circle-fin/w3s-pw-react-native-sdk

Version:

React Native SDK for Circle Programmable Wallet

173 lines (172 loc) 4.11 kB
{ "name": "@circle-fin/w3s-pw-react-native-sdk", "version": "1.1.5", "description": "React Native SDK for Circle Programmable Wallet", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "*.podspec", "COPYRIGHT", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "scripts": { "example": "yarn workspace @circle-fin/w3s-pw-react-native-sdk-example", "test": "jest", "typecheck": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib", "prepare": "bob build", "release": "release-it", "pod-install-new": "RCT_NEW_ARCH_ENABLED=1 bundle exec pod install", "publish:sdk": "npm publish --registry https://registry.npmjs.org/" }, "keywords": [ "circle", "circle.com", "usdc", "euroc", "stablecoins", "programmable wallets", "react-native", "rn", "ios", "android" ], "author": "Circle Internet Financial, LTD.", "license": "Apache-2.0", "bugs": { "url": "https://github.com/circlefin/w3s-react-native-sdk/issues" }, "homepage": "https://github.com/circlefin/w3s-react-native-sdk#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@commitlint/config-conventional": "^17.0.2", "@evilmartians/lefthook": "^1.5.0", "@react-native-community/cli": "^18.0.0", "@react-native/eslint-config": "0.79.3", "@release-it/conventional-changelog": "^8.0.1", "@types/jest": "^29.5.13", "@types/react": "^19.0.0", "@typescript-eslint/eslint-plugin": "^5.30.5", "@typescript-eslint/parser": "^5.30.5", "commitlint": "^17.0.2", "del-cli": "^5.0.0", "eslint": "^8.19.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.30.1", "jest": "^29.6.3", "pod-install": "^0.1.0", "prettier": "2.8.8", "react": "19.0.0", "react-native": "0.79.3", "react-native-builder-bob": "^0.20.0", "release-it": "^17.1.1", "turbo": "^1.10.7", "typedoc": "^0.25.4", "typescript": "^5.0.4" }, "resolutions": { "@types/react": "^18.2.0" }, "peerDependencies": { "react": "*", "react-native": "*" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "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", "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" } ] ] }, "codegenConfig": { "name": "RNProgrammablewalletRnSdkSpec", "type": "modules", "jsSrcsDir": "src" } }