-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.53 KB
/
package.json
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
{
"name": "root",
"private": true,
"homepage": "https://github.com/sya-ri/css-var-extract#readme",
"bugs": {
"url": "https://github.com/sya-ri/css-var-extract/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sya-ri/css-var-extract.git"
},
"license": "MIT",
"author": "sya-ri",
"type": "module",
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"test": "turbo test",
"check": "run-p check:*",
"check:package-json": "sort-package-json 'package.json' 'packages/*/package.json' 'examples/*/package.json' --check",
"check:biome": "biome check .",
"check:knip": "knip",
"fix": "run-p fix:*",
"fix:package-json": "sort-package-json 'package.json' 'packages/*/package.json' 'examples/*/package.json'",
"fix:biome": "biome check --write .",
"build": "turbo build",
"build:clean": "rimraf **[!node_modules]/dist",
"publish-packages": "turbo run build && npm run check && changeset version && changeset publish"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/cli": "2.27.7",
"@types/node": "22.5.1",
"knip": "5.27.5",
"lefthook": "1.7.14",
"npm-run-all2": "6.2.2",
"rimraf": "6.0.1",
"sort-package-json": "2.10.1",
"turbo": "2.1.0",
"typescript": "5.5.4"
},
"optionalDependencies": {
"@biomejs/cli-linux-x64": "1.8.3",
"@rollup/rollup-linux-x64-gnu": "4.21.2",
"@rspack/binding-linux-x64-gnu": "0.4.0",
"lefthook-linux-x64": "1.7.14"
},
"packageManager": "[email protected]"
}