@apocaliss92/nodelink-js 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apocaliss92/nodelink-js",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "TypeScript library implementing Reolink Baichuan protocol (control + streaming) with CGI and RTSP helpers. Full TypeScript support with comprehensive type definitions.",
5
5
  "license": "MIT",
6
6
  "author": "",
@@ -40,12 +40,19 @@
40
40
  "node": ">=18"
41
41
  },
42
42
  "scripts": {
43
+ "start": "npm run app:dev",
43
44
  "build:js": "npx tsup",
44
45
  "build:types": "rm -rf .tmp/types && npx tsc -p tsconfig.json --emitDeclarationOnly --declaration --declarationMap false --outDir .tmp/types && npx api-extractor run --local && rm -rf .tmp/types",
45
46
  "build": "npm run build:js && npm run build:types",
47
+ "playback-probe": "npm run build --silent && node tools/playback-probe.mjs",
46
48
  "typecheck": "npx tsc -p tsconfig.json --noEmit",
47
49
  "lint": "npx eslint .",
48
- "rtsp-server": "npm run build && node dist/cli/rtsp-server.cjs"
50
+ "app:quickstart": "nx run nodelink-manager:start",
51
+ "app:dev": "nx run nodelink-manager:dev",
52
+ "rtsp-server": "npm run build && node dist/cli/rtsp-server.cjs",
53
+ "nx": "nx",
54
+ "nx:graph": "nx graph",
55
+ "nx:build": "nx run-many -t build"
49
56
  },
50
57
  "devDependencies": {
51
58
  "@eslint/js": "^9.0.0",
@@ -54,8 +61,11 @@
54
61
  "@types/yazl": "^2.4.6",
55
62
  "eslint": "^9.0.0",
56
63
  "globals": "^16.0.0",
64
+ "nx": "^20.4.6",
65
+ "sharp": "^0.34.5",
57
66
  "tsup": "^8.0.0",
58
- "typescript": "5.8.2"
67
+ "typescript": "5.8.2",
68
+ "typescript-eslint": "^8.22.0"
59
69
  },
60
70
  "dependencies": {
61
71
  "alawmulaw": "^6.0.0",