|
1 | 1 | { |
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" : { |
7 | 7 | "type": "git", |
8 | 8 | "url" : "https://github.com/neomjs/neo.git" |
9 | 9 | }, |
10 | | - "bin": { |
| 10 | + "bin" : { |
11 | 11 | "neo-cc": "./buildScripts/createClass.mjs" |
12 | 12 | }, |
13 | | - "scripts": { |
| 13 | + "scripts" : { |
14 | 14 | "add-config" : "node ./buildScripts/addConfig.mjs", |
15 | 15 | "add-reactive-tags" : "node ./buildScripts/addReactiveTags.mjs", |
16 | 16 | "ai:download-kb" : "node ./buildScripts/downloadKnowledgeBase.mjs", |
|
47 | 47 | "test-unit" : "playwright test -c test/playwright/playwright.config.unit.mjs", |
48 | 48 | "watch-themes" : "node ./buildScripts/watchThemes.mjs" |
49 | 49 | }, |
50 | | - "keywords": [ |
| 50 | + "keywords" : [ |
51 | 51 | "agent-operating-system", |
52 | 52 | "agent-os", |
53 | 53 | "ai-agents", |
54 | 54 | "ai-code-execution", |
55 | 55 | "ai-code-review", |
| 56 | + "ai-hot-patching", |
56 | 57 | "ai-interfaces", |
57 | 58 | "ai-native", |
58 | | - "angular-alternative", |
| 59 | + "application-engine", |
59 | 60 | "browser-email-client", |
60 | 61 | "browser-based-ide", |
61 | 62 | "code-execution-pattern", |
|
92 | 93 | "multi-window-ide", |
93 | 94 | "multi-window-llm-interface", |
94 | 95 | "native-like", |
| 96 | + "neo-mjs", |
| 97 | + "neural-link", |
95 | 98 | "next-gen-ai-interfaces", |
96 | 99 | "no-bundling", |
97 | 100 | "no-jank", |
98 | 101 | "no-transpilation", |
| 102 | + "object-permanence", |
99 | 103 | "offscreencanvas", |
| 104 | + "omt-architecture", |
100 | 105 | "outlook-alternative-browser", |
101 | 106 | "performance", |
102 | 107 | "pwa", |
|
106 | 111 | "rag-knowledge-base", |
107 | 112 | "react-alternative", |
108 | 113 | "realtime", |
| 114 | + "runtime-inspection", |
109 | 115 | "runtime-type-safety", |
110 | 116 | "scalability", |
| 117 | + "scene-graph", |
111 | 118 | "security", |
112 | 119 | "self-healing-code", |
113 | 120 | "semantic-code-search", |
|
121 | 128 | "typescript-without-typescript", |
122 | 129 | "ui-responsiveness", |
123 | 130 | "virtual-dom", |
124 | | - "vue-alternative", |
125 | 131 | "web-app", |
126 | 132 | "web-based-email-client", |
127 | 133 | "web-based-ide", |
| 134 | + "web-engine", |
128 | 135 | "webworker", |
129 | 136 | "xss-resistant", |
130 | 137 | "zero-build-development" |
131 | 138 | ], |
132 | | - "author" : "Tobias Uhlig", |
133 | | - "license": "MIT", |
134 | | - "bugs": { |
| 139 | + "author" : "Tobias Uhlig", |
| 140 | + "license" : "MIT", |
| 141 | + "bugs" : { |
135 | 142 | "url": "https://github.com/neomjs/neo/issues" |
136 | 143 | }, |
137 | 144 | "homepage" : "https://neomjs.com/", |
|
179 | 186 | "zod" : "^3.25.76", |
180 | 187 | "zod-to-json-schema" : "^3.25.1" |
181 | 188 | }, |
182 | | - "funding": { |
| 189 | + "funding" : { |
183 | 190 | "type": "GitHub Sponsors", |
184 | 191 | "url" : "https://github.com/sponsors/tobiu" |
185 | 192 | } |
|
0 commit comments