mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-02 08:50:20 +00:00
Co-authored-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> Co-authored-by: Elias Schneider <login@eliasschneider.com>
17 lines
546 B
JSON
17 lines
546 B
JSON
{
|
|
"name": "pocket-id-repo",
|
|
"private": true,
|
|
"workspaces": [
|
|
"frontend",
|
|
"tests"
|
|
],
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"dev": "pnpm --filter pocket-id-frontend dev",
|
|
"build": "pnpm --filter pocket-id-frontend build",
|
|
"test": "pnpm --filter pocket-id-tests test",
|
|
"format": "pnpm --filter pocket-id-frontend format"
|
|
},
|
|
"packageManager": "pnpm@10.30.1+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a"
|
|
}
|