-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.18 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
{
"name": "doubleimpactstore",
"version": "1.0.0",
"description": "DoubleImpactStore — tienda de videojuegos retro y coleccionables. Sitio estático HTML5 + CSS3 + JavaScript Vanilla ES Modules + PWA.",
"type": "module",
"scripts": {
"test": "vitest --run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"build": "node watcher.js --once",
"minify": "node watcher.js --once",
"watch": "node watcher.js",
"check:siglas": "node scripts/check-siglas.js",
"check:minification": "node scripts/check-minification.js",
"check:manifest": "node scripts/check-manifest.js",
"check:brand": "node scripts/check-brand.js",
"check": "npm run check:siglas && npm run check:manifest && npm run check:brand && npm run check:minification"
},
"keywords": [
"doubleimpactstore",
"videojuegos-retro",
"pwa",
"google-sheets",
"static-site"
],
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"@playwright/test": "^1.49.0",
"@vitest/coverage-v8": "^3.0.0",
"cssnano": "^8.0.6",
"fast-check": "^3.22.0",
"jsdom": "^26.0.0",
"postcss": "^8.5.26",
"terser": "^5.36.0",
"vitest": "^3.0.0"
}
}