-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.35 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
{
"name": "@109cafe/label",
"type": "module",
"scripts": {
"build": "rslib build",
"build:watch": "rslib build -w",
"build:self": "rslib build -c rslib-self.config.ts && rslib build -c .rslib.config.js",
"pack:label": "pnpm build -- //label:all && npm pack ./dist/label --pack-destination ./dist/label",
"pack:dummy": "pnpm build -- //dummy-spec:all && npm pack ./dist/dummy-spec --pack-destination ./dist/dummy-spec",
"prepare": "pnpm --package [email protected] dlx husky",
"test": "pnpm --package [email protected] dlx bun test --coverage",
"docs": "pnpm --package [email protected] --package typedoc dlx typedoc"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@rslib/core": "0.0.16",
"@types/bun": "^1.1.13",
"@types/lodash-es": "^4.17.12",
"glob": "^11.0.0",
"lodash-es": "^4.17.21",
"typescript": "^5.6.3",
"@109cafe/dummy": "^0.1.1"
},
"nano-staged": {
"*.{js,ts,cts,mts}": "biome check --write --diagnostic-level=error --no-errors-on-unmatched"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"pnpm": {
"patchedDependencies": {
"@rslib/core": "patches/@rslib__core.patch"
},
"overrides": {
"@rspack/[email protected]": "1.1.0"
}
}
}