@onramp.money/onramp-react-native-sdk
Version:
React-Native SDK for Onramp payment gateway.
180 lines (179 loc) • 4.26 kB
JSON
{
"name": "@onramp.money/onramp-react-native-sdk",
"version": "1.0.0",
"description": "React-Native SDK for Onramp payment gateway.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"*.podspec",
"!lib/typescript/example",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"test": "jest",
"typescript": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepare": "bob build",
"release": "release-it",
"example": "yarn --cwd example",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build",
"bootstrap": "yarn example && yarn install && yarn example pods"
},
"keywords": [
"onramp",
"fiat to web3",
"payments",
"buy USDT",
"buy crypto",
"react-native-sdk",
"react-native"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Buyhatke/react-native-onramp.git"
},
"author": "Buyhatke <pd@buyhatke.com> (https://github.com/Buyhatke)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Buyhatke/react-native-onramp/issues"
},
"homepage": "https://github.com/Buyhatke/react-native-onramp#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@arkweid/lefthook": "^0.7.7",
"@commitlint/config-conventional": "^19.0.0",
"@react-native-community/eslint-config": "^3.2.0",
"@release-it/conventional-changelog": "^8.0.2",
"@types/jest": "^29.5.14",
"@types/react": "~17.0.21",
"@types/react-native": "0.70.0",
"commitlint": "^19.0.0",
"del-cli": "^6.0.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"pod-install": "^0.2.2",
"prettier": "^3.4.2",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-builder-bob": "^0.30.3",
"release-it": "^17.10.0",
"typescript": "^5.7.2"
},
"resolutions": {
"@types/react": "17.0.21",
"semver": "^7.6.3",
"@octokit/request-error": "^5.1.1",
"@octokit/request": "^8.4.1",
"@octokit/plugin-paginate-rest": "^11.4.1",
"tmp": "^0.2.4",
"brace-expansion": "^2.0.2",
"js-yaml": "^4.1.1",
"on-headers": "^1.1.0",
"@conventional-changelog/git-client": "^2.0.0",
"@babel/helpers": "^7.26.10",
"ip": "^1.1.9"
},
"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-community",
"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"
}
]
]
},
"directories": {
"example": "example",
"lib": "lib"
},
"dependencies": {}
}