@mcptoolshop/armature-studio 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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +19 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @mcptoolshop/armature-studio
2
+
3
+ Name placeholder — `0.0.0` publishes nothing usable. The real package ships from
4
+ [mcp-tool-shop-org/armature](https://github.com/mcp-tool-shop-org/armature) by OIDC trusted
5
+ publishing, and replaces this on its first release.
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "@mcptoolshop/armature-studio",
3
+ "version": "0.0.0",
4
+ "description": "Name placeholder. The real package publishes from mcp-tool-shop-org/armature by OIDC trusted publishing.",
5
+ "license": "MIT",
6
+ "author": "mcp-tool-shop <64996768+mcp-tool-shop@users.noreply.github.com>",
7
+ "homepage": "https://mcp-tool-shop-org.github.io/armature/",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/mcp-tool-shop-org/armature.git",
11
+ "directory": "npm"
12
+ },
13
+ "files": [
14
+ "README.md"
15
+ ],
16
+ "publishConfig": {
17
+ "access": "public"
18
+ }
19
+ }