-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
45 lines (45 loc) · 995 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
45
{
"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/XuJin186/react-native-pda-scan.git",
"baseUrl": "https://github.com/XuJin186/react-native-pda-scan"
},
"keywords": [
"react-native",
"pda",
"scan"
],
"author": {
"name": "XuJin",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "17.0.2",
"react-native": "0.65.3"
},
"devDependencies": {
"@types/react": "^17",
"@types/react-native": "^0.65.0",
"react": "17.0.2",
"react-native": "0.65.3",
"typescript": "^3.9.7"
}
}