mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-04 15:04:43 +00:00
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.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
|
|
}
|