zig-cli/lerna.json

11 lines
174 B
JSON
Raw Normal View History

2024-03-14 15:03:18 +00:00
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "pnpm",
"version": "0.1.0",
"command": {
"run": {
"npmClient": "pnpm"
}
}
}