@lhi/n8m 0.1.0 → 0.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.
- package/oclif.manifest.json +1 -1
- package/package.json +4 -3
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lhi/n8m",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Agentic n8n CLI wrapper - A Skill Bridge for n8n workflow automation",
|
|
5
|
-
"author": "
|
|
5
|
+
"author": "Lem Canady",
|
|
6
|
+
"license": "MIT",
|
|
6
7
|
"bin": {
|
|
7
8
|
"n8m": "./bin/run.js"
|
|
8
9
|
},
|
|
9
|
-
"homepage": "https://github.com/
|
|
10
|
+
"homepage": "https://github.com/Lee-Holdings-International/n8m",
|
|
10
11
|
"main": "dist/index.js",
|
|
11
12
|
"type": "module",
|
|
12
13
|
"exports": "./dist/index.js",
|