Neural Nomads author

This commit is contained in:
Shantur Rathore
2025-11-21 07:46:31 +00:00
parent 70e6052dc8
commit 2de2d26043
2 changed files with 7 additions and 3 deletions

View File

@@ -3,8 +3,8 @@
"version": "0.1.2",
"description": "CodeNomad - AI coding assistant",
"author": {
"name": "Shantur Rathore",
"email": "codenomad@shantur.com"
"name": "Neural Nomads",
"email": "codenomad@neuralnomads.ai"
},
"type": "module",
"main": "dist/main/main.js",

View File

@@ -1,7 +1,11 @@
{
"name": "@neuralnomads/codenomad",
"version": "0.1.0",
"description": "CodeNomad CLI server for HTTP/SSE control plane",
"description": "CodeNomad Server",
"author": {
"name": "Neural Nomads",
"email": "codenomad@neuralnomads.ai"
},
"type": "module",
"main": "dist/index.js",
"bin": {