-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 860 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 860 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
{
"name": "@nowo-tech/cookie-consent-bundle",
"version": "1.0.0",
"description": "Assets build for Cookie Consent Bundle (TypeScript)",
"private": true,
"packageManager": "pnpm@10.32.1",
"pnpm": {
"overrides": {
"brace-expansion@>=4": ">=5.0.9",
"postcss": ">=8.5.18",
"nanoid": ">=3.3.18",
"vite": ">=6.4.3"
}
},
"scripts": {
"build": "vite build",
"dev": "vite build --watch",
"watch": "vite build --watch",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest"
},
"devDependencies": {
"@types/node": "^26.5.1",
"@vitest/coverage-v8": "^3.2.6",
"happy-dom": "^20.14.3",
"typescript": "^5.9.3",
"vite": "^8.3.0",
"vitest": "^3.2.6"
},
"author": "H\u00e9ctor Franco Aceituno <hectorfranco@nowo.tech>",
"license": "MIT"
}