@cardql/react-native
Version:
CardQL SDK for React Native applications with mobile-optimized features
57 lines (56 loc) • 1.3 kB
JSON
{
"name": "@cardql/react-native",
"version": "1.0.1",
"description": "CardQL SDK for React Native applications with mobile-optimized features",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist/**/*",
"src/**/*"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --clean --external react,react-native",
"dev": "tsup src/index.ts --format cjs,esm --dts --watch --external react,react-native",
"clean": "rimraf dist",
"typecheck": "tsc --noEmit"
},
"keywords": [
"cardql",
"payments",
"react-native",
"mobile",
"sdk",
"fintech"
],
"author": "CardQL Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cardql/cardql.git",
"directory": "sdk/react-native"
},
"dependencies": {
"@cardql/core": "^1.0.1"
},
"devDependencies": {
"@types/react": "^18.3.17",
"typescript": "^5.8.3",
"tsup": "^8.3.5",
"rimraf": "^6.0.1"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0"
},
"engines": {
"node": ">=18.0.0"
}
}