mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 05:13:01 +03:00
16 lines
374 B
JSON
16 lines
374 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"
|
|
}
|
|
}
|