react-native-cccd-dev
Version:
React-native bridge for Vntel cccd SDK
33 lines (32 loc) • 759 B
JSON
{
"name": "react-native-cccd-dev",
"version": "1.0.16",
"description": "React-native bridge for Vntel cccd SDK",
"homepage": "https://github.com/phamducmanh1989/react-native-cccd",
"main": "index",
"types": "index.d.ts",
"scripts": {
"prepack": "npx tsc --noEmit false",
"postversion": "git push && git push --tags"
},
"keywords": [
"react-native",
"cccd"
],
"author": "delphinus",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">0.60.0"
},
"devDependencies": {
"@types/invariant": "^2.2.34",
"@types/react-native": "^0.64.4",
"typescript": "4.0.5"
},
"dependencies": {
"@babel/runtime": "^7.20.1",
"color": "^3.2.1",
"invariant": "^2.2.4"
}
}