@director.run/cli 0.0.47 → 0.0.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.
- package/dist/cli.js +175 -175
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@director.run/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.49",
|
|
5
5
|
"files": ["dist", "README.md"],
|
|
6
6
|
"bin": {
|
|
7
7
|
"director": "./dist/cli.js"
|
|
8
8
|
},
|
|
9
|
-
"
|
|
9
|
+
"author": "Barnaby Malet <barnaby@director.run>",
|
|
10
|
+
"license": "AGPL-3.0",
|
|
10
11
|
"repository": {
|
|
11
12
|
"type": "git",
|
|
12
13
|
"url": "https://github.com/director-run/director"
|
|
13
14
|
},
|
|
14
15
|
"description": "The easiest way to manage and deploy MCP servers",
|
|
15
|
-
"author": "The Working Company <hello@director.run>",
|
|
16
16
|
"homepage": "https://director.run",
|
|
17
17
|
"scripts": {
|
|
18
18
|
"lint": "biome check .",
|