@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.
- package/README.md +11 -3
- package/index.js +3 -0
- package/package.json +11 -6
package/README.md
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
# @indexmesh/genxeo
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
GenXEO package placeholder for the IndexMesh ecosystem.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
This package is reserved for the future GenXEO JavaScript/TypeScript package. No production engine or SDK code is published yet.
|
|
6
6
|
|
|
7
|
-
|
|
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
package/package.json
CHANGED
|
@@ -1,21 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@indexmesh/genxeo",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
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/
|
|
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
|
"publishConfig": {
|
|
21
26
|
"access": "public"
|