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.
- package/README.md +13 -3
- package/index.js +3 -0
- package/package.json +11 -6
package/README.md
CHANGED
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
# genxeo
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Reserved npm package namespace for GenXEO by IndexMesh.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
GenXEO is the SEO/AEO technical analysis engine and discoverability module in the IndexMesh ecosystem.
|
|
6
6
|
|
|
7
|
-
|
|
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
package/package.json
CHANGED
|
@@ -1,20 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genxeo",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
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/
|
|
18
|
+
"homepage": "https://github.com/indexmesh/ai-genxeo",
|
|
14
19
|
"repository": {
|
|
15
20
|
"type": "git",
|
|
16
|
-
"url": "git+https://github.com/indexmesh/
|
|
21
|
+
"url": "git+https://github.com/indexmesh/ai-genxeo.git"
|
|
17
22
|
},
|
|
18
|
-
"author": "Xavier
|
|
23
|
+
"author": "Xavier P J <xavieremersonpj@gmail.com>",
|
|
19
24
|
"license": "MIT"
|
|
20
25
|
}
|