-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 770 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "@uniwind-plugin-next/monorepo",
"version": "1.0.0",
"private": true,
"description": "Monorepo for Uniwind Next.js plugin and related packages",
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"scripts": {
"build:packages": "pnpm -r --filter '!@uniwind-plugin-next/*' run build",
"clean": "pnpm -r exec rm -rf dist node_modules",
"typecheck": "pnpm -r run typecheck",
"format": "pnpm -r run format",
"test": "pnpm -r run test",
"sync:uniwind": "./scripts/sync-uniwind.sh&& pnpm format"
},
"devDependencies": {
"@types/node": "^25.0.3",
"prettier": "^3.7.4",
"typescript": "^5.9.3"
}
}