Skip to content

Commit 5f66d07

Browse files
committed
Build: Update package.json branding and keywords #8357
1 parent aea1f6b commit 5f66d07

1 file changed

Lines changed: 21 additions & 14 deletions

File tree

package.json

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name" : "neo.mjs",
3-
"version" : "11.18.0",
4-
"description": "Neo.mjs: The first Agent Operating System for the web. A standalone, type-safe AI SDK combined with a multi-threaded, zero-build platform for building autonomous agents and desktop-class web apps.",
5-
"type" : "module",
6-
"repository": {
2+
"name" : "neo.mjs",
3+
"version" : "11.18.0",
4+
"description" : "The Application Engine for the AI Era. A multi-threaded, AI-native runtime with a persistent Scene Graph, enabling AI agents to introspect and manipulate the living application structure in real-time.",
5+
"type" : "module",
6+
"repository" : {
77
"type": "git",
88
"url" : "https://github.com/neomjs/neo.git"
99
},
10-
"bin": {
10+
"bin" : {
1111
"neo-cc": "./buildScripts/createClass.mjs"
1212
},
13-
"scripts": {
13+
"scripts" : {
1414
"add-config" : "node ./buildScripts/addConfig.mjs",
1515
"add-reactive-tags" : "node ./buildScripts/addReactiveTags.mjs",
1616
"ai:download-kb" : "node ./buildScripts/downloadKnowledgeBase.mjs",
@@ -47,15 +47,16 @@
4747
"test-unit" : "playwright test -c test/playwright/playwright.config.unit.mjs",
4848
"watch-themes" : "node ./buildScripts/watchThemes.mjs"
4949
},
50-
"keywords": [
50+
"keywords" : [
5151
"agent-operating-system",
5252
"agent-os",
5353
"ai-agents",
5454
"ai-code-execution",
5555
"ai-code-review",
56+
"ai-hot-patching",
5657
"ai-interfaces",
5758
"ai-native",
58-
"angular-alternative",
59+
"application-engine",
5960
"browser-email-client",
6061
"browser-based-ide",
6162
"code-execution-pattern",
@@ -92,11 +93,15 @@
9293
"multi-window-ide",
9394
"multi-window-llm-interface",
9495
"native-like",
96+
"neo-mjs",
97+
"neural-link",
9598
"next-gen-ai-interfaces",
9699
"no-bundling",
97100
"no-jank",
98101
"no-transpilation",
102+
"object-permanence",
99103
"offscreencanvas",
104+
"omt-architecture",
100105
"outlook-alternative-browser",
101106
"performance",
102107
"pwa",
@@ -106,8 +111,10 @@
106111
"rag-knowledge-base",
107112
"react-alternative",
108113
"realtime",
114+
"runtime-inspection",
109115
"runtime-type-safety",
110116
"scalability",
117+
"scene-graph",
111118
"security",
112119
"self-healing-code",
113120
"semantic-code-search",
@@ -121,17 +128,17 @@
121128
"typescript-without-typescript",
122129
"ui-responsiveness",
123130
"virtual-dom",
124-
"vue-alternative",
125131
"web-app",
126132
"web-based-email-client",
127133
"web-based-ide",
134+
"web-engine",
128135
"webworker",
129136
"xss-resistant",
130137
"zero-build-development"
131138
],
132-
"author" : "Tobias Uhlig",
133-
"license": "MIT",
134-
"bugs": {
139+
"author" : "Tobias Uhlig",
140+
"license" : "MIT",
141+
"bugs" : {
135142
"url": "https://github.com/neomjs/neo/issues"
136143
},
137144
"homepage" : "https://neomjs.com/",
@@ -179,7 +186,7 @@
179186
"zod" : "^3.25.76",
180187
"zod-to-json-schema" : "^3.25.1"
181188
},
182-
"funding": {
189+
"funding" : {
183190
"type": "GitHub Sponsors",
184191
"url" : "https://github.com/sponsors/tobiu"
185192
}

0 commit comments

Comments
 (0)