nex-app 2.0.2 → 2.0.3
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 +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nex-app",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "NEX 2.0 - Multi-LLM AI Framework with Cursor Rules Integration | The easiest way to use AI agents in your development workflow",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "cli/nex-cli.js",
|
|
@@ -102,5 +102,10 @@
|
|
|
102
102
|
"vite": "^6.4.1",
|
|
103
103
|
"vite-plugin-compression": "^0.5.1",
|
|
104
104
|
"vitest": "^1.0.4"
|
|
105
|
+
},
|
|
106
|
+
"directories": {
|
|
107
|
+
"doc": "docs",
|
|
108
|
+
"lib": "lib",
|
|
109
|
+
"test": "tests"
|
|
105
110
|
}
|
|
106
111
|
}
|