5a5155c216
- Root package.json (workspace definition) was missing from initial commit - Commit root package-lock.json for reproducible installs - Commit packages/homebridge-plugin/package-lock.json - Add *.tgz to .gitignore (built npm tarballs are release assets, not source) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"name": "wemo-manager",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*",
|
|
"apps/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "npm run dev --workspace=apps/desktop",
|
|
"build": "npm run build --workspace=apps/desktop",
|
|
"install:all": "npm install"
|
|
}
|
|
}
|