forked from star-micronics/react-native-star-io10
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.22 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
{
"name": "react-native-star-io10",
"version": "1.2.0",
"description": "react-native-star-io10 is a library for supporting application development for Star Micronics devices.",
"main": "index.ts",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/star-micronics/react-native-star-io10.git",
"baseUrl": "https://github.com/star-micronics/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": {
"react": "^18.2.0",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"@types/react-native": "^0.66.16",
"react": "17.0.2",
"react-native": "0.67.2",
"react-native-windows": "0.67.1"
}
}