-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 817 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "niusrobotlab-ina-monitor",
"private": true,
"version": "0.3.0",
"description": "INA Monitor open-source workspace: debuggable UI and firmware bridge examples (Linux, macOS, Windows).",
"license": "MIT",
"workspaces": ["packages/*"],
"scripts": {
"dev": "npm run dev -w @niusrobotlab/ina-monitor-app",
"build": "npm run build -w @niusrobotlab/ina-monitor-core && npm run build -w @niusrobotlab/ina-monitor-app",
"start:app": "npm run start:prod -w @niusrobotlab/ina-monitor-app",
"test": "npm run test -w @niusrobotlab/ina-monitor-core",
"lint": "eslint .",
"lint:ws": "npm run lint --workspaces --if-present",
"format": "npm run format -ws"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"eslint": "^9.15.0",
"typescript-eslint": "^8.18.0"
}
}