-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 964 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 964 Bytes
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
{
"name": "react-native-android-library-esc-pos-printer",
"version": "1.0.0",
"author": "Bondwp322",
"private": false,
"license": "Unlicense",
"repository": {
"type": "git",
"url": "https://github.com/bondwp/ReactNative_AndroidLibrary_Printer.git"
},
"bugs": {
"url": "https://github.com/bondwp/ReactNative_AndroidLibrary_Printer.git/issues"
},
"bundleDependencies": false,
"dependencies": {
"buffer": "^5.0.7",
"escpos-printer-toolkit": "^1.0.8"
},
"peerDependencies": {
"react-native": "^0.38.0"
},
"deprecated": false,
"description": "a usb thermal printer library for android ",
"devDependencies": {},
"homepage": "https://github.com/bondwp/ReactNative_AndroidLibrary_Printer.git",
"keywords": [
"react-native",
"android",
"library",
"printer"
],
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"main": "index.js",
}