@indexmesh/core 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 +12 -3
- package/index.js +3 -0
- package/package.json +11 -6
package/README.md
CHANGED
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
# @indexmesh/core
|
|
2
2
|
|
|
3
|
-
Core package placeholder for the IndexMesh platform.
|
|
3
|
+
Core package placeholder for the IndexMesh platform.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
This package is reserved for the future IndexMesh JavaScript/TypeScript SDK. No production API client code is published yet.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Primary development and documentation:
|
|
8
|
+
|
|
9
|
+
- https://github.com/indexmesh/platform
|
|
10
|
+
- https://github.com/indexmesh/docs
|
|
11
|
+
|
|
12
|
+
Website:
|
|
13
|
+
|
|
14
|
+
- https://indexmesh.ai
|
|
15
|
+
|
|
16
|
+
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/core",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Core package placeholder for the IndexMesh platform. Full release coming soon.",
|
|
3
|
+
"version": "0.0.3",
|
|
4
|
+
"description": "Core package placeholder 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",
|
|
7
12
|
"core",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
13
|
+
"brand-discoverability",
|
|
14
|
+
"brand-visibility",
|
|
10
15
|
"aeo",
|
|
11
16
|
"ai-visibility"
|
|
12
17
|
],
|
|
13
|
-
"homepage": "https://
|
|
18
|
+
"homepage": "https://indexmesh.ai",
|
|
14
19
|
"repository": {
|
|
15
20
|
"type": "git",
|
|
16
21
|
"url": "git+https://github.com/indexmesh/platform.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"
|