@truealter/sdk 0.0.1
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 +1 -0
- package/index.js +1 -0
- package/package.json +14 -0
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# @truealter/sdk\n\nComing soon. Visit [truealter.com](https://truealter.com) for more information.
|
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// ALTER — Identity infrastructure for the AI economy
|
package/package.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@truealter/sdk",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Identity infrastructure for the AI economy — JavaScript/TypeScript SDK",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"keywords": ["identity", "mcp", "psychometric", "ai-agents", "alter"],
|
|
7
|
+
"author": "ALTER <dev@truealter.com>",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"homepage": "https://truealter.com",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/true-alter/Alter"
|
|
13
|
+
}
|
|
14
|
+
}
|