-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.72 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
57
58
{
"name": "adex-root",
"type": "module",
"private": true,
"description": "",
"keywords": [],
"packageManager": "pnpm@9.5.0",
"author": "reaper<ahoy@barelyhuman.dev>",
"scripts": {
"play": "pnpm --filter='playground' -r dev",
"test": "pnpm -r test",
"test:ci": "pnpm -r test:ci",
"publish:ci": "lerna publish from-git --registry 'https://registry.npmjs.org' --yes",
"next": "bumpp -r",
"nuke": "pnpm -r exec rm -rvf node_modules",
"fix": "pnpm -r run --if-present fix",
"prepare": "husky"
},
"license": "MIT",
"prettier": "@barelyhuman/prettier-config",
"devDependencies": {
"@barelyhuman/prettier-config": "^1.1.0",
"@lerna-lite/cli": "^5.6.1",
"@lerna-lite/publish": "^5.6.1",
"bumpp": "^11.0.1",
"husky": "^9.1.7",
"nano-staged": "^1.0.2",
"prettier": "^3.8.1"
},
"nano-staged": {
"*.{js,md,ts,json}": [
"prettier --write"
]
},
"version": "0.0.21",
"pnpm": {
"overrides": {
"@babel/core@<=7.29.0": ">=7.29.6",
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1",
"@sigstore/core@<=3.2.0": ">=3.2.1",
"@sigstore/verify@<=3.1.0": ">=3.1.1",
"brace-expansion@>=5.0.0 <5.0.9": ">=5.0.9",
"defu@<=6.1.4": ">=6.1.5",
"handlebars@>=4.0.0 <4.7.9": ">=4.7.9",
"ip-address@<=10.3.0": ">=10.3.1",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7",
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3",
"nanoid@>=3.0.0 <3.3.18": ">=3.3.18",
"picomatch@<2.3.2": ">=2.3.2",
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
"postcss@<=8.5.22": ">=8.5.23",
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
"sigstore@<=4.1.0": ">=4.1.1",
"tar@<=7.5.20": ">=7.5.21",
"yaml@>=2.0.0 <2.8.3": ">=2.8.3"
}
}
}