FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
OpenCoperLock/package.json at vtest · softpython2884/OpenCoperLock · GitHub
softpython2884
/
OpenCoperLock
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
OpenCoperLock
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (33 loc) · 1004 Bytes
Breadcrumbs
OpenCoperLock
/
package.json
Copy path
File metadata and controls
33 lines (33 loc) · 1004 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
opencoperlock
"
,
"version"
:
"
0.1.0
"
,
"private"
:
true
,
"description"
:
"
OpenCoperLock — a self-hostable private cloud combining a classic Drive with advanced acquisition & security tooling.
"
,
"license"
:
"
AGPL-3.0-or-later
"
,
"type"
:
"
module
"
,
"engines"
: {
"node"
:
"
>=20.0.0
"
,
"pnpm"
:
"
>=9.0.0
"
},
"packageManager"
:
"
pnpm@10.33.0
"
,
"pnpm"
: {
"onlyBuiltDependencies"
: [
"
argon2
"
,
"
@prisma/client
"
,
"
prisma
"
,
"
esbuild
"
]
},
"scripts"
: {
"build"
:
"
pnpm -r build
"
,
"dev"
:
"
pnpm -r --parallel dev
"
,
"typecheck"
:
"
pnpm -r typecheck
"
,
"lint"
:
"
pnpm -r lint
"
,
"test"
:
"
pnpm -r test
"
,
"format"
:
"
prettier --write
\"
**/*.{ts,tsx,js,json,md,yml,yaml}
\"
"
,
"format:check"
:
"
prettier --check
\"
**/*.{ts,tsx,js,json,md,yml,yaml}
\"
"
},
"devDependencies"
: {
"@eslint/js"
:
"
^9.17.0
"
,
"eslint"
:
"
^9.17.0
"
,
"eslint-config-prettier"
:
"
^9.1.0
"
,
"prettier"
:
"
^3.4.2
"
,
"typescript"
:
"
^5.7.2
"
,
"typescript-eslint"
:
"
^8.18.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL