-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.09 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
{
"name": "passlock",
"version": "2.9.0",
"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",
"scripts": {
"build:readme": "VERSION=${npm_package_version} tsx ./scripts/replace-readme-tokens.ts .",
"ncu": "pnpm exec ncu -c 25h -x vite -w -u --peer",
"sort-package-json": "sort-package-json"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@qetza/replacetokens": "^1.9.0",
"@types/node": "catalog:",
"kleur": "^4.1.5",
"npm-check-updates": "catalog:",
"sort-package-json": "catalog:",
"tsx": "catalog:",
"typescript": "catalog:"
},
"packageManager": "pnpm@11.6.0"
}