@labelbox/recursion-sdk 0.0.0
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/package.json +11 -0
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Placeholder. Do not install. Real package ships from Recursion CI.
|
package/package.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@labelbox/recursion-sdk",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Placeholder so Trusted Publishing can be attached. Real versions come from CI.",
|
|
5
|
+
"license": "UNLICENSED",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/Labelbox/recursion-platform.git"
|
|
9
|
+
},
|
|
10
|
+
"publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }
|
|
11
|
+
}
|