@mmmbuto/nexuscrew 0.2.2 → 0.2.4

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,10 +1,10 @@
1
1
  {
2
2
  "name": "@mmmbuto/nexuscrew",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "tmux-based AI cockpit for real active sessions and launcher discovery across Termux, Linux, and macOS",
5
5
  "main": "lib/server/server.js",
6
6
  "bin": {
7
- "nexuscrew": "./bin/nexuscrew.js"
7
+ "nexuscrew": "bin/nexuscrew.js"
8
8
  },
9
9
  "files": [
10
10
  "bin/",
@@ -17,6 +17,7 @@
17
17
  "dev": "node lib/server/server.js",
18
18
  "build": "cd frontend && npm install && npm run build && cd ..",
19
19
  "start": "node lib/server/server.js",
20
+ "test": "node --test tests/*.test.js",
20
21
  "setup": "node bin/nexuscrew.js init",
21
22
  "prepublishOnly": "cd frontend && npm install && npm run build",
22
23
  "postinstall": "node bin/nexuscrew.js init --silent"
@@ -32,8 +33,16 @@
32
33
  "engines": {
33
34
  "node": ">=18"
34
35
  },
35
- "os": ["linux", "darwin", "android"],
36
- "cpu": ["x64", "arm64", "arm"],
36
+ "os": [
37
+ "linux",
38
+ "darwin",
39
+ "android"
40
+ ],
41
+ "cpu": [
42
+ "x64",
43
+ "arm64",
44
+ "arm"
45
+ ],
37
46
  "keywords": [
38
47
  "tmux",
39
48
  "claude-code",