genxeo 0.0.2 → 0.0.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.
Files changed (3) hide show
  1. package/README.md +13 -3
  2. package/index.js +3 -0
  3. package/package.json +11 -6
package/README.md CHANGED
@@ -1,7 +1,17 @@
1
1
  # genxeo
2
2
 
3
- Extended Engine Optimization framework powering IndexMesh. Full release coming soon.
3
+ Reserved npm package namespace for GenXEO by IndexMesh.
4
4
 
5
- https://github.com/indexmesh/platform
5
+ GenXEO is the SEO/AEO technical analysis engine and discoverability module in the IndexMesh ecosystem.
6
6
 
7
- Built by [Xavier Emerson](https://github.com/agentx4u).
7
+ This package is a placeholder. Production code is not published here yet.
8
+
9
+ Active engine work:
10
+
11
+ - https://github.com/indexmesh/ai-genxeo
12
+
13
+ Primary documentation:
14
+
15
+ - https://github.com/indexmesh/docs
16
+
17
+ Built by Xavier P J, also known as Xavier Emerson.
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ // genxeo
2
+ // Reserved package namespace for GenXEO. Production code coming soon.
3
+ module.exports = {};
package/package.json CHANGED
@@ -1,20 +1,25 @@
1
1
  {
2
2
  "name": "genxeo",
3
- "version": "0.0.2",
4
- "description": "Extended Engine Optimization framework powering IndexMesh. Full release coming soon.",
3
+ "version": "0.0.3",
4
+ "description": "Reserved package namespace for GenXEO by IndexMesh. Full release coming soon.",
5
+ "main": "index.js",
6
+ "files": [
7
+ "index.js",
8
+ "README.md"
9
+ ],
5
10
  "keywords": [
6
11
  "genxeo",
7
12
  "xeo",
8
- "geo",
9
13
  "aeo",
14
+ "seo",
10
15
  "ai-visibility",
11
16
  "indexmesh"
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
  }