@indexmesh/genxeo 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. package/README.md +11 -3
  2. package/index.js +3 -0
  3. package/package.json +11 -6
package/README.md CHANGED
@@ -1,7 +1,15 @@
1
1
  # @indexmesh/genxeo
2
2
 
3
- GenXeo framework package placeholder for the IndexMesh ecosystem. Full release coming soon.
3
+ GenXEO package placeholder for the IndexMesh ecosystem.
4
4
 
5
- https://github.com/indexmesh/platform
5
+ This package is reserved for the future GenXEO JavaScript/TypeScript package. No production engine or SDK code is published yet.
6
6
 
7
- Built by [Xavier Emerson](https://github.com/agentx4u).
7
+ Active engine work:
8
+
9
+ - https://github.com/indexmesh/ai-genxeo
10
+
11
+ Primary documentation:
12
+
13
+ - https://github.com/indexmesh/docs
14
+
15
+ Built by Xavier P J, also known as Xavier Emerson.
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ // @indexmesh/genxeo
2
+ // GenXEO package placeholder. Production code coming soon.
3
+ module.exports = {};
package/package.json CHANGED
@@ -1,21 +1,26 @@
1
1
  {
2
2
  "name": "@indexmesh/genxeo",
3
- "version": "0.0.1",
4
- "description": "GenXeo framework package placeholder for the IndexMesh ecosystem. Full release coming soon.",
3
+ "version": "0.0.2",
4
+ "description": "GenXEO package placeholder for the IndexMesh ecosystem. Full release coming soon.",
5
+ "main": "index.js",
6
+ "files": [
7
+ "index.js",
8
+ "README.md"
9
+ ],
5
10
  "keywords": [
6
11
  "indexmesh",
7
12
  "genxeo",
8
13
  "xeo",
9
- "geo",
10
14
  "aeo",
15
+ "seo",
11
16
  "ai-visibility"
12
17
  ],
13
- "homepage": "https://github.com/indexmesh/platform",
18
+ "homepage": "https://github.com/indexmesh/ai-genxeo",
14
19
  "repository": {
15
20
  "type": "git",
16
- "url": "git+https://github.com/indexmesh/platform.git"
21
+ "url": "git+https://github.com/indexmesh/ai-genxeo.git"
17
22
  },
18
- "author": "Xavier Emerson <agentx4u@gmail.com>",
23
+ "author": "Xavier P J <xavieremersonpj@gmail.com>",
19
24
  "license": "MIT",
20
25
  "publishConfig": {
21
26
  "access": "public"