-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.16 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
{
"name": "w3ux-library-source",
"version": "1.0.0",
"license": "GPL-3.0-only",
"description": "w3ux library source code",
"homepage": "https://github.com/w3ux/w3ux-library",
"repository": {
"type": "git",
"url": "git+https://github.com/w3ux/w3ux-library.git"
},
"keywords": [
"w3ux"
],
"scripts": {
"build:directory": "builder -t directory",
"build:readmes": "builder -t package-readmes",
"clear": "pnpm -r --if-present clear && rm -rf node_modules coverage",
"check": "pnpm -r --if-present run check",
"lint": "pnpm -r --if-present run lint",
"build": "pnpm -r --if-present run build",
"compile": "pnpm -r --if-present run compile",
"license:headers": "npx @kt3k/license-checker -q"
},
"devDependencies": {
"@biomejs/biome": "^2.2.2",
"@kt3k/license-checker": "^3.2.2",
"autoprefixer": "^10.4.21",
"builder": "workspace:*",
"globals": "^16.0.0",
"minimist": "^1.2.8",
"postcss": "^8.5.3",
"tsc": "^2.0.4",
"tslib": "^2.8.1",
"typescript": "^5.8.2",
"yaml": "^2.8.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"es5-ext",
"esbuild",
"node-hid",
"usb"
]
},
"packageManager": "pnpm@10.18.3"
}