-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "node-escpos",
"description": "ESC/POS Printer driver for Node.js.",
"author": "Caspian <[email protected]> (https://github.com/dohooo)",
"scripts": {
"build": "pnpm -F '@node-escpos/*' build",
"build:watch": "pnpm -F '@node-escpos/*' build:watch",
"publish": "pnpm run build && changeset publish",
"version": "changeset version"
},
"engines": {
"node": ">=16",
"pnpm": ">=7",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"maintainers": [
{
"name": "Caspian",
"email": "[email protected]"
}
],
"keywords": [],
"license": "MIT",
"dependencies": {
"eventemitter3": "^4.0.7"
},
"devDependencies": {
"@antfu/ni": "^0.16.2",
"@antfu/utils": "^0.5.2",
"@changesets/changelog-git": "^0.1.13",
"@changesets/cli": "^2.25.0",
"@dohooo/eslint-config": "*",
"@types/node": "^17.0.44",
"bumpp": "^8.0.0",
"eslint": "^8.17.0",
"esno": "^0.16.3",
"nodemon": "^2.0.16",
"pnpm": "^7.2.1",
"rimraf": "^3.0.2",
"typescript": "^4.7.3",
"unbuild": "^0.7.4",
"vite": "^2.9.12",
"vitest": "^0.15.1"
}
}