forked from Bookla-app/electron-pos-printer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.3 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
42
43
44
45
46
47
48
49
{
"name": "@Bookla-app/electron-pos-printer",
"version": "3.2.0",
"description": "Electron thermal 58mm printer",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "mocha",
"start": "npm run build && npm run demo",
"demo": "electron ./demo/",
"build": "tsc",
"test:all": "mocha -R mocha-jenkins-reporter --timeout 20000 \"./src/test/**/*test-*.js\"",
"test:one": "mocha --watch -u bdd \"./src/test/**/test-*.js\" --grep \"test-login-form\""
},
"repository": {
"type": "git",
"url": "git+https://github.com:Bookla-app/electron-pos-printer.git"
},
"keywords": [
"electron",
"printer",
"thermal",
"pos"
],
"author": {
"name": "Hubert Formin",
"email": "hformin@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Bookla-app/electron-pos-printer/issues"
},
"homepage": "https://github.com/Bookla-app/electron-pos-printer#readme",
"devDependencies": {
"@types/node": "^18.7.15",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"electron": "^20.1.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"mocha": "^10.0.0",
"prettier": "^2.3.2",
"spectron": "^19.0.0",
"typescript": "^4.8.2"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}