forked from star-micronics/react-native-star-io10
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.47 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "react-native-star-io10",
"version": "1.6.2",
"description": "react-native-star-io10 is a library for supporting application development for Star Micronics devices.",
"main": "index.ts",
"types": "index.d.ts",
"files": [
"android",
"docs",
"ios",
"src",
"app.plugin.js",
"index.ts",
"index.d.ts",
"react-native-star-io10.podspec",
"tsconfig.json",
"yarn.lock"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashleyww93/react-native-star-io10.git",
"baseUrl": "https://github.com/ashleyww93/react-native-star-io10"
},
"keywords": [
"typescript",
"react-native",
"printer",
"pos",
"receipt-printer",
"star-micronics"
],
"author": {
"name": "Star Micronics Co., Ltd.",
"email": "[email protected]"
},
"license": "SEE LICENSE IN LICENSE",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/star-micronics/react-native-star-io10/issues"
},
"homepage": "https://github.com/star-micronics/react-native-star-io10",
"peerDependencies": {
"@types/react-native": "^0.71.3",
"react": "^18.2.0",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "18.2.0",
"react-native": "0.73.2",
"react-native-windows": "0.73.4"
},
"dependencies": {
"@expo/config-plugins": "^8.0.0"
}
}