-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 762 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 762 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
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"start": "node dist/server/entry.mjs",
"test": "vitest run",
"test:watch": "vitest"
},
"packageManager": "pnpm@10.21.0",
"dependencies": {
"@astrojs/node": "^9.5.4",
"@point-of-sale/receipt-printer-encoder": "github:cervantes-x/ReceiptPrinterEncoder",
"astro": "^5.17.3",
"canvas": "^3.2.1",
"playwright": "^1.58.2",
"sharp": "^0.34.5",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@types/node": "^25.3.0",
"cloudflared": "^0.7.1",
"vitest": "^4.0.18"
},
"overrides": {
"strip-ansi": ">=7.1.2",
"wrap-ansi": ">=9.0.2"
}
}