-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1 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
{
"name": "passlock",
"version": "2.3.0",
"description": "",
"type": "module",
"keywords": [],
"author": "",
"license": "Apache-2.0",
"packageManager": "pnpm@10.33.0",
"scripts": {
"ncu": "pnpm exec ncu -x vitest --workspaces",
"build:readme": "VERSION=${npm_package_version} tsx ./scripts/replace-readme-tokens.ts .",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "changeset publish",
"update-example-deps": "tsx scripts/update-example-deps.ts"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@changesets/cli": "^2.30.0",
"@qetza/replacetokens": "^1.9.0",
"@types/node": "catalog:",
"kleur": "^4.1.5",
"npm-check-updates": "catalog:",
"tsx": "catalog:",
"typescript": "catalog:"
},
"pnpm": {
"overrides": {
"minimatch": "10.2.2",
"qs": "6.15.0"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"better-sqlite3",
"esbuild",
"msgpackr-extract"
]
}
}