Files
pocket-id/package.json
Kyle Mendell a90c8abe51 chore(deps): upgrade to node 24 and go 1.26.0 (#1328)
Co-authored-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Elias Schneider <login@eliasschneider.com>
2026-02-23 19:50:44 +01:00

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"
}