@applicaster/zapp-react-native-bridge
Version:
Applicaster Zapp React Native modules
46 lines • 1.08 kB
JSON
{
"name": "@applicaster/zapp-react-native-bridge",
"version": "12.0.24",
"description": "Applicaster Zapp React Native modules",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest -w=2",
"build": "echo 'skipping ts build for core packages'"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/applicaster/quickbrick.git"
},
"keywords": [
"Zapp",
"Applicaster",
"Quick-Brick",
"React",
"Native",
"native",
"modules",
"bridge"
],
"author": "Applicaster",
"license": "MIT",
"bugs": {
"url": "https://github.com/applicaster/quickbrick/issues"
},
"homepage": "https://github.com/applicaster/quickbrick#readme",
"dependencies": {
"@applicaster/zapp-pipes-dev-kit": "1.4.7",
"@applicaster/zapp-react-native-utils": "12.0.24",
"md5": "^2.3.0",
"uuid": "^3.3.2"
},
"peerDependencies": {
"@types/node": "*",
"@types/react-native": "0.69.6",
"react": "17.0.2",
"react-native": "0.68.6"
}
}