@neuvybe/jarvis 0.46.2 → 0.46.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 CHANGED
@@ -1,14 +1,24 @@
1
1
  {
2
2
  "name": "@neuvybe/jarvis",
3
- "version": "0.46.2",
3
+ "version": "0.46.3",
4
4
  "private": false,
5
5
  "type": "module",
6
- "description": "Jarvis - a voice-first personal agent (CLI).",
7
- "license": "UNLICENSED",
8
- "homepage": "https://github.com/neuvybe/jarvis#readme",
9
- "bugs": {
10
- "url": "https://github.com/neuvybe/jarvis/issues"
6
+ "engines": {
7
+ "node": ">=24"
11
8
  },
9
+ "description": "A voice-first personal agent for developers: one continuous, local-first collaborator in your terminal.",
10
+ "keywords": [
11
+ "jarvis",
12
+ "voice",
13
+ "voice-first",
14
+ "agent",
15
+ "ai-agent",
16
+ "assistant",
17
+ "cli",
18
+ "terminal",
19
+ "local-first"
20
+ ],
21
+ "license": "SEE LICENSE IN LICENSE",
12
22
  "repository": {
13
23
  "type": "git",
14
24
  "url": "git+https://github.com/neuvybe/jarvis.git",
@@ -22,7 +32,10 @@
22
32
  },
23
33
  "main": "dist/index.js",
24
34
  "files": [
25
- "dist"
35
+ "dist",
36
+ "README.md",
37
+ "LICENSE",
38
+ "THIRD_PARTY_NOTICES.md"
26
39
  ],
27
40
  "scripts": {
28
41
  "dev": "tsx watch --conditions=development --env-file-if-exists=../../.env src/index.ts",