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.
Files changed (3) hide show
  1. package/README.md +15 -3
  2. package/index.js +3 -0
  3. package/package.json +11 -5
package/README.md CHANGED
@@ -1,7 +1,19 @@
1
1
  # indexmesh
2
2
 
3
- AI visibility and discoverability operations platform. Full release coming soon.
3
+ Reserved npm package namespace for IndexMesh.
4
4
 
5
- https://github.com/indexmesh
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
- Built by [Xavier Emerson](https://github.com/agentx4u).
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
@@ -0,0 +1,3 @@
1
+ // indexmesh
2
+ // Reserved package namespace for IndexMesh. Production code coming soon.
3
+ module.exports = {};
package/package.json CHANGED
@@ -1,20 +1,26 @@
1
1
  {
2
2
  "name": "indexmesh",
3
- "version": "0.0.1",
4
- "description": "AI visibility and discoverability operations platform. Full release coming soon.",
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://github.com/indexmesh",
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 Emerson <agentx4u@gmail.com>",
24
+ "author": "Xavier P J <xavieremersonpj@gmail.com>",
19
25
  "license": "MIT"
20
26
  }