-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"name": "sirius-client",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"ts-exec": "ts-node --compiler typescript",
"test": "jest",
"lint": "eslint . --ext .ts,.tsx"
},
"devDependencies": {
"@types/binary-parser": "^1.3.1",
"@types/gm": "^1.18.4",
"@types/jest": "^25.1.4",
"@types/ndarray": "^1.0.7",
"@types/node": "^13.0.0",
"@types/usb": "^1.5.1",
"@types/ws": "^7.2.2",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.1.0",
"prettier": "^1.18.2",
"ts-jest": "^25.2.1",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
},
"dependencies": {
"@rushstack/ts-command-line": "^4.3.11",
"binary-parser": "^1.4.0",
"escpos": "^3.0.0-alpha.3",
"fast-bmp": "^1.0.0",
"get-pixels": "^3.3.2",
"gm": "^1.23.1",
"mutable-buffer": "^2.1.1",
"term-img": "^4.1.0",
"ws": "^7.4.6"
}
}