-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 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
{
"name": "passlock",
"version": "2.5.2",
"private": true,
"description": "Passlock monorepo root",
"keywords": [
"passkey",
"webauthn",
"node",
"Bun",
"Vercel",
"CF Workers"
],
"homepage": "https://passlock.dev",
"bugs": {
"url": "https://github.com/passlock-dev/passlock/issues",
"email": "team@passlock.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/passlock-dev/passlock.git"
},
"license": "MIT",
"author": {
"name": "Toby Hobson",
"email": "toby@passlock.dev"
},
"type": "module",
"packageManager": "pnpm@11.1.2",
"scripts": {
"ncu": "pnpm update --recursive --latest --interactive \\!vitest",
"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.31.0",
"@qetza/replacetokens": "^1.9.0",
"@types/node": "catalog:",
"kleur": "^4.1.5",
"npm-check-updates": "catalog:",
"tsx": "catalog:",
"typescript": "catalog:"
}
}