forked from Cellivar/WebZLP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.41 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
{
"name": "webzlp",
"version": "1.0.0-rc8",
"description": "Zebra LP-series WebUSB driver",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"files": [
"dist/src/*"
],
"scripts": {
"build": "npx tsc --declaration",
"test": "npx jest",
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix",
"serve-local": "export PORT=4443 || set PORT=4443&& serve ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cellivar/WebZLP.git"
},
"keywords": [
"thermal_printer",
"printer",
"webusb",
"zebra",
"lp2844",
"lp2824"
],
"author": "Cellivar Kangaroorat <[email protected]> (https://github.com/cellivar)",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/Cellivar/WebZLP/issues"
},
"homepage": "https://github.com/Cellivar/WebZLP#readme",
"devDependencies": {
"@swc/core": "^1.3.24",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.2.0",
"@types/w3c-web-usb": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"https-localhost": "^4.7.1",
"jest": "^29.2.2",
"jest-canvas-mock": "^2.4.0",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}