react-native-pda-scan
Version:
46 lines (45 loc) • 1.02 kB
JSON
{
"name": "react-native-pda-scan",
"title": "React Native Pda Scan",
"version": "1.0.14",
"description": "TODO",
"main": "./dist/index.js",
"type": "./dist/index.d.ts",
"files": [
"README.md",
"android",
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XuJin186/react-native-pda-scan.git",
"baseUrl": "https://github.com/XuJin186/react-native-pda-scan"
},
"keywords": [
"react-native",
"pda",
"scan"
],
"author": {
"name": "XuJin",
"email": "99799908@qq.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"@types/react": "^16.9.43",
"@types/react-native": "^0.63.1",
"react": "^16.9.0",
"react-native": "^0.61.5",
"typescript": "^3.9.7"
}
}