-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.08 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
50
51
52
53
54
55
56
{
"name": "wallace-cli",
"version": "4.0.3",
"description": "Pretty CSS analytics on the CLI",
"keywords": [
"analysis",
"analytics",
"analyze",
"analyzer",
"cli",
"css",
"performance",
"statistics",
"stats",
"styles",
"stylesheets",
"terminal"
],
"homepage": "https://github.com/projectwallace/wallace-cli",
"license": "MIT",
"author": "Bart Veneman <bart@projectwallace.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/projectwallace/wallace-cli.git"
},
"bin": {
"wallace": "./dist/bin.mjs"
},
"files": [
"dist"
],
"type": "module",
"scripts": {
"test": "vitest run --coverage",
"build": "tsdown",
"lint": "oxlint; oxfmt --check",
"check": "tsc --noEmit"
},
"dependencies": {
"@projectwallace/css-analyzer": "^9.6.2"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@vitest/coverage-v8": "^4.1.2",
"oxfmt": "^0.61.0",
"oxlint": "^1.58.0",
"publint": "^0.3.18",
"tsdown": "^0.22.2",
"typescript": "^7.0.2",
"vitest": "^4.1.2"
},
"engines": {
"node": ">=20.12.0"
},
"packageManager": "pnpm@11.1.1"
}