react-native-razorpay-api
Version:
React native razorpay api.
31 lines • 725 B
JSON
{
"name": "react-native-razorpay-api",
"version": "1.3.1",
"types": "./types/**/*.d.ts",
"main": "index.ts",
"description": "React native razorpay api.",
"scripts": {
"build": "cd types && del * && tsc"
},
"dependencies": {
"axios": "^0.26.1",
"base-64": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/devluckybabu/react-native-razorpay-api"
},
"keywords": [
"React Native Rozarpay",
"react native",
"Razorpay"
],
"author": "Lucky Babu",
"license": "ISC",
"devDependencies": {
"@types/base-64": "^1.0.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^5.0.0"
}
}