-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
183 lines (183 loc) 路 6.34 KB
/
Copy pathpackage.json
File metadata and controls
183 lines (183 loc) 路 6.34 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
{
"name": "@pinkpixel/keyper",
"version": "1.3.1",
"description": "馃攼 A self-hosted credential manager with client-side encryption and per-account isolation. Store API keys, passwords and secrets in your own Supabase, Neon or local SQLite database.",
"type": "module",
"main": "electron-dist/main.js",
"files": [
"dist",
"bin",
"README.md",
"LICENSE",
"CHANGELOG.md",
"sql/supabase-setup.sql",
"sql/neon-setup.sql"
],
"keywords": [
"credential-manager",
"password-manager",
"api-keys",
"secrets-management",
"self-hosted",
"zero-knowledge",
"encryption",
"security",
"supabase",
"pwa",
"progressive-web-app",
"react",
"typescript",
"multi-user",
"emergency-recovery",
"aes-encryption",
"argon2",
"vault",
"credentials",
"keyper"
],
"author": {
"name": "Pink Pixel",
"email": "admin@pinkpixel.dev",
"url": "https://pinkpixel.dev"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/pinkpixel-dev/keyper.git"
},
"homepage": "https://github.com/pinkpixel-dev/keyper#readme",
"bugs": {
"url": "https://github.com/pinkpixel-dev/keyper/issues"
},
"bin": {
"keyper": "./bin/keyper.js",
"credential-manager": "./bin/keyper.js",
"keyper-dashboard": "./bin/keyper.js"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:dev": "vite build --mode development",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:rls": "bash tests/rls/run.sh",
"test:all": "vitest run && bash tests/rls/run.sh",
"start": "node bin/keyper.js",
"prepublishOnly": "npm run build",
"deploy": "wrangler pages deploy dist --project-name keyper-prod",
"deploy:preview": "wrangler pages deploy dist --project-name keyper-prod",
"deploy:build": "npm run build && npm run deploy",
"deploy:preview:build": "npm run build && npm run deploy:preview",
"verify-deployment": "node verify-deployment.js",
"postinstall": "electron-builder install-app-deps",
"electron:sync-native": "electron-builder install-app-deps",
"electron:compile": "tsc --project electron/tsconfig.json && node -e \"require('fs').writeFileSync('electron-dist/package.json', JSON.stringify({type:'commonjs'}))\"",
"electron:dev": "npm run build && npm run electron:compile && npm run electron:sync-native && KEYPER_DEVTOOLS=1 electron .",
"electron:preview": "npm run build && npm run electron:compile && npm run electron:sync-native && electron .",
"electron:build": "npm run build && npm run electron:compile && npm run electron:sync-native && electron-builder",
"electron:build:linux": "npm run build && npm run electron:compile && npm run electron:sync-native && electron-builder --linux",
"electron:build:win": "npm run build && npm run electron:compile && npm run electron:sync-native && electron-builder --win",
"electron:build:mac": "npm run build && npm run electron:compile && npm run electron:sync-native && electron-builder --mac"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@neondatabase/serverless": "^1.1.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-aspect-ratio": "^1.1.8",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@supabase/supabase-js": "^2.98.0",
"@tanstack/react-query": "^5.90.21",
"argon2-browser": "^1.18.0",
"bcryptjs": "^3.0.3",
"better-sqlite3": "^12.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.575.0",
"next-themes": "^0.4.6",
"node-abi": "^4.31.0",
"react": "^19.2.4",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.4",
"react-hook-form": "^7.71.2",
"react-resizable-panels": "^4.7.0",
"react-router-dom": "^7.13.1",
"recharts": "^3.7.0",
"sonner": "^2.0.7",
"sql.js": "^1.14.1",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@tailwindcss/postcss": "^4.2.1",
"@tailwindcss/typography": "^0.5.19",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^25.3.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.2.3",
"electron": "^39.8.10",
"electron-builder": "^26.8.1",
"eslint": "^9.39.3",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"jsdom": "^28.1.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-top-level-await": "^1.2.2",
"vite-plugin-wasm": "^3.5.0",
"vitest": "^4.0.18",
"wrangler": "^4.69.0"
},
"overrides": {
"serialize-javascript": "^7.0.3"
},
"allowScripts": {
"@swc/core@1.15.18": true,
"better-sqlite3@12.6.2": true,
"electron@39.8.10": true,
"esbuild@0.28.1": true,
"electron-winstaller@5.4.0": true,
"workerd@1.20260801.1": true
}
}