@godmode-team/godmode 1.1.0 → 1.3.0

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.
@@ -2,7 +2,7 @@
2
2
  "id": "godmode",
3
3
  "name": "GodMode",
4
4
  "description": "Personal AI Operating System for entrepreneurs",
5
- "version": "1.1.0",
5
+ "version": "1.3.0",
6
6
  "configSchema": {
7
7
  "type": "object",
8
8
  "properties": {
package/package.json CHANGED
@@ -1,13 +1,41 @@
1
1
  {
2
2
  "name": "@godmode-team/godmode",
3
- "version": "1.1.0",
3
+ "version": "1.3.0",
4
4
  "private": false,
5
5
  "description": "GodMode - Personal AI Operating System plugin for OpenClaw",
6
+ "license": "SEE LICENSE IN LICENSE",
7
+ "author": "GodMode Team <support@lifeongodmode.com>",
8
+ "homepage": "https://lifeongodmode.com",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/GodMode-Team/godmode-plugin.git"
12
+ },
13
+ "bugs": {
14
+ "url": "https://github.com/GodMode-Team/godmode-plugin/issues"
15
+ },
16
+ "keywords": [
17
+ "openclaw",
18
+ "openclaw-plugin",
19
+ "godmode",
20
+ "ai-assistant",
21
+ "personal-operating-system"
22
+ ],
6
23
  "type": "module",
7
24
  "main": "dist/index.js",
8
- "types": "dist/index.d.ts",
25
+ "exports": {
26
+ ".": {
27
+ "import": "./dist/index.js"
28
+ },
29
+ "./plugin.json": "./openclaw.plugin.json"
30
+ },
9
31
  "files": [
10
- "dist",
32
+ "dist/**/*.js",
33
+ "dist/**/*.css",
34
+ "dist/**/*.html",
35
+ "dist/**/*.png",
36
+ "dist/**/*.webp",
37
+ "dist/**/*.ico",
38
+ "dist/**/*.svg",
11
39
  "openclaw.plugin.json",
12
40
  "LICENSE",
13
41
  "README.md"
@@ -22,7 +50,9 @@
22
50
  "ui:sync": "node scripts/sync-ui-from-repo.mjs",
23
51
  "clean": "rm -rf dist ui/dist",
24
52
  "typecheck": "tsc --noEmit",
25
- "pack:check": "npm pack --dry-run"
53
+ "pack:check": "npm pack --dry-run",
54
+ "prepublishOnly": "pnpm build && node scripts/verify-dist.mjs",
55
+ "preversion": "pnpm typecheck"
26
56
  },
27
57
  "dependencies": {
28
58
  "@noble/ed25519": "3.0.0",
@@ -1,5 +0,0 @@
1
- {
2
- "kind": "deck",
3
- "source": "/Users/calebhodges/Projects/godmode-plugin/assets/deck",
4
- "builtAt": "2026-03-01T01:08:22.768Z"
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "kind": "godmode-ui",
3
- "source": "/Users/calebhodges/Projects/godmode-plugin/ui/dist",
4
- "builtAt": "2026-03-01T17:17:51.153Z"
5
- }