@zeluizr/lattice 2.1.0 → 2.1.1

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.
Files changed (1) hide show
  1. package/package.json +75 -75
package/package.json CHANGED
@@ -1,77 +1,77 @@
1
1
  {
2
- "name": "@zeluizr/lattice",
3
- "version": "2.1.0",
4
- "description": "Real-time terminal dashboard for macOS Apple Silicon — GPU, power, temperatures/fans, per-disk I/O (incl. /Volumes), network, memory, processes, and AI token cost.",
5
- "type": "module",
6
- "bin": {
7
- "lattice": "dist/cli.js"
8
- },
9
- "files": [
10
- "dist",
11
- "prebuilds",
12
- "native/smc.c",
13
- "native/build.sh",
14
- "scripts/setup-sudoers.sh",
15
- "README.md",
16
- "MANIFESTO.md",
17
- "CHANGELOG.md",
18
- "LICENSE"
19
- ],
20
- "engines": {
21
- "node": ">=18"
22
- },
23
- "os": [
24
- "darwin"
25
- ],
26
- "cpu": [
27
- "arm64"
28
- ],
29
- "keywords": [
30
- "macos",
31
- "apple-silicon",
32
- "system-monitor",
33
- "tui",
34
- "terminal",
35
- "dashboard",
36
- "gpu",
37
- "git",
38
- "htop",
39
- "ink",
40
- "cli"
41
- ],
42
- "license": "MIT",
43
- "author": "Jose Luiz Rodrigues",
44
- "homepage": "https://github.com/zeluizr/lattice#readme",
45
- "repository": {
46
- "type": "git",
47
- "url": "git+https://github.com/zeluizr/lattice.git"
48
- },
49
- "bugs": {
50
- "url": "https://github.com/zeluizr/lattice/issues"
51
- },
52
- "publishConfig": {
53
- "access": "restricted"
54
- },
55
- "scripts": {
56
- "build": "tsc && node scripts/postbuild.mjs",
57
- "build:native": "bash native/build.sh",
58
- "dev": "npm run build && node dist/cli.js",
59
- "start": "node dist/cli.js",
60
- "prepublishOnly": "npm run build:native && npm run build"
61
- },
62
- "dependencies": {
63
- "bplist-parser": "^0.3.2",
64
- "execa": "^9.6.1",
65
- "ink": "^7.1.0",
66
- "meow": "^14.1.0",
67
- "plist": "^5.0.0",
68
- "react": "^19.2.7",
69
- "systeminformation": "^5.31.9"
70
- },
71
- "devDependencies": {
72
- "@types/node": "^26.0.0",
73
- "@types/react": "^19.2.17",
74
- "ink-testing-library": "^4.0.0",
75
- "typescript": "^6.0.3"
76
- }
2
+ "name": "@zeluizr/lattice",
3
+ "version": "2.1.1",
4
+ "description": "Real-time terminal dashboard for macOS Apple Silicon — GPU, power, temperatures/fans, per-disk I/O (incl. /Volumes), network, memory, processes, and AI token cost.",
5
+ "type": "module",
6
+ "bin": {
7
+ "lattice": "dist/cli.js"
8
+ },
9
+ "files": [
10
+ "dist",
11
+ "prebuilds",
12
+ "native/smc.c",
13
+ "native/build.sh",
14
+ "scripts/setup-sudoers.sh",
15
+ "README.md",
16
+ "MANIFESTO.md",
17
+ "CHANGELOG.md",
18
+ "LICENSE"
19
+ ],
20
+ "engines": {
21
+ "node": ">=18"
22
+ },
23
+ "os": [
24
+ "darwin"
25
+ ],
26
+ "cpu": [
27
+ "arm64"
28
+ ],
29
+ "keywords": [
30
+ "macos",
31
+ "apple-silicon",
32
+ "system-monitor",
33
+ "tui",
34
+ "terminal",
35
+ "dashboard",
36
+ "gpu",
37
+ "git",
38
+ "htop",
39
+ "ink",
40
+ "cli"
41
+ ],
42
+ "license": "MIT",
43
+ "author": "Jose Luiz Rodrigues",
44
+ "homepage": "https://github.com/zeluizr/lattice#readme",
45
+ "repository": {
46
+ "type": "git",
47
+ "url": "git+https://github.com/zeluizr/lattice.git"
48
+ },
49
+ "bugs": {
50
+ "url": "https://github.com/zeluizr/lattice/issues"
51
+ },
52
+ "publishConfig": {
53
+ "access": "restricted"
54
+ },
55
+ "scripts": {
56
+ "build": "tsc && node scripts/postbuild.mjs",
57
+ "build:native": "bash native/build.sh",
58
+ "dev": "npm run build && node dist/cli.js",
59
+ "start": "node dist/cli.js",
60
+ "prepublishOnly": "npm run build:native && npm run build"
61
+ },
62
+ "dependencies": {
63
+ "bplist-parser": "^0.3.2",
64
+ "execa": "^9.6.1",
65
+ "ink": "^7.1.0",
66
+ "meow": "^14.1.0",
67
+ "plist": "^5.0.0",
68
+ "react": "^19.2.7",
69
+ "systeminformation": "^5.31.9"
70
+ },
71
+ "devDependencies": {
72
+ "@types/node": "^26.0.0",
73
+ "@types/react": "^19.2.17",
74
+ "ink-testing-library": "^4.0.0",
75
+ "typescript": "^6.0.3"
76
+ }
77
77
  }