react-native-yookassa
Version:
YooKassa payments for React Native
121 lines (120 loc) • 2.62 kB
JSON
{
"name": "react-native-yookassa",
"version": "3.6.0",
"author": "Qudaeo",
"description": "YooKassa payments for React Native",
"main": "src/index",
"source": "src/index",
"files": [
"src",
"android",
"ios",
"cpp",
"*.podspec",
"!ios/build",
"!android/app",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!android/*.hprof",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"example": "yarn workspace react-native-yookassa-example",
"build": "tsc",
"release": "release-it"
},
"keywords": [
"react-native-yookassa",
"kassa",
"payment",
"bank",
"visa",
"mastercard",
"sbp",
"react-native"
],
"repository": {
"url": "https://github.com/Qudaeo/react-native-yookassa"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Qudaeo/react-native-yookassa/issues"
},
"homepage": "https://github.com/Qudaeo/react-native-yookassa#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/config-conventional": "19.8.1",
"@evilmartians/lefthook": "1.12.3",
"@react-native-community/cli": "20.1.0",
"@react-native/eslint-config": "0.85.3",
"@types/react": "^19.2.0",
"@types/react-native": "*",
"commitlint": "^17.8.1",
"del-cli": "7.0.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.3",
"prettier": "2.8.8",
"release-it": "20.0.1",
"typescript": "^5.8.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"workspaces": [
"example"
],
"packageManager": "yarn@4.14.1",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"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
},
"codegenConfig": {
"name": "RNYookassaSpec",
"type": "modules",
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.yookassa"
}
}
}