forked from XuJin186/react-native-pda-scan
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 982 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "react-native-pda-scan",
"title": "React Native Pda Scan",
"version": "1.0.13",
"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/kala888/react-native-pda-scan.git",
"baseUrl": "https://github.com/kala888/react-native-pda-scan"
},
"keywords": [
"react-native",
"pda",
"scan"
],
"author": {
"name": "kala"
},
"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"
}
}