indexmesh 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 +15 -3
- package/index.js +3 -0
- package/package.json +11 -5
package/README.md
CHANGED
|
@@ -1,7 +1,19 @@
|
|
|
1
1
|
# indexmesh
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Reserved npm package namespace for IndexMesh.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
IndexMesh is a unified brand discoverability and engagement platform for AI tools, SaaS startups, micro-SaaS founders, and founder-led brands.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
This package is a placeholder. Production code is not published here yet.
|
|
8
|
+
|
|
9
|
+
Primary development and documentation:
|
|
10
|
+
|
|
11
|
+
- https://github.com/indexmesh
|
|
12
|
+
- https://github.com/indexmesh/platform
|
|
13
|
+
- https://github.com/indexmesh/docs
|
|
14
|
+
|
|
15
|
+
Website:
|
|
16
|
+
|
|
17
|
+
- https://indexmesh.ai
|
|
18
|
+
|
|
19
|
+
Built by Xavier P J, also known as Xavier Emerson.
|
package/index.js
ADDED
package/package.json
CHANGED
|
@@ -1,20 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "indexmesh",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"description": "Reserved package namespace for the IndexMesh brand discoverability platform. Full release coming soon.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"index.js",
|
|
8
|
+
"README.md"
|
|
9
|
+
],
|
|
5
10
|
"keywords": [
|
|
6
11
|
"indexmesh",
|
|
12
|
+
"brand-discoverability",
|
|
13
|
+
"brand-visibility",
|
|
7
14
|
"ai-visibility",
|
|
8
15
|
"seo",
|
|
9
|
-
"geo",
|
|
10
16
|
"aeo",
|
|
11
17
|
"discoverability"
|
|
12
18
|
],
|
|
13
|
-
"homepage": "https://
|
|
19
|
+
"homepage": "https://indexmesh.ai",
|
|
14
20
|
"repository": {
|
|
15
21
|
"type": "git",
|
|
16
22
|
"url": "git+https://github.com/indexmesh/platform.git"
|
|
17
23
|
},
|
|
18
|
-
"author": "Xavier
|
|
24
|
+
"author": "Xavier P J <xavieremersonpj@gmail.com>",
|
|
19
25
|
"license": "MIT"
|
|
20
26
|
}
|