@mobb.ai/cli-linux-x64 0.0.1 → 1.4.49

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 (2) hide show
  1. package/mobbdev +0 -0
  2. package/package.json +18 -7
package/mobbdev ADDED
Binary file
package/package.json CHANGED
@@ -1,11 +1,22 @@
1
1
  {
2
2
  "name": "@mobb.ai/cli-linux-x64",
3
- "version": "0.0.1",
4
- "description": "",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
3
+ "version": "1.4.49",
4
+ "description": "mobbdev (Bugsy CLI) standalone binary for linux-x64. Installed automatically by @mobb.ai/cli — do not install directly.",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/mobb-dev/bugsy.git"
8
8
  },
9
- "author": "",
10
- "license": "ISC"
9
+ "license": "MIT",
10
+ "os": [
11
+ "linux"
12
+ ],
13
+ "cpu": [
14
+ "x64"
15
+ ],
16
+ "files": [
17
+ "mobbdev"
18
+ ],
19
+ "publishConfig": {
20
+ "access": "public"
21
+ }
11
22
  }