@sprite-foundry/fantasy-heroes-hd 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 +7 -0
  2. package/package.json +13 -0
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # @sprite-foundry/fantasy-heroes-hd
2
+
3
+ Placeholder release. The real **v1.0.0** pack — 16 high-fidelity 2.5D fantasy heroes
4
+ (de-lit, engine-relightable, 8-direction, 4-layer maps) — ships next via OIDC
5
+ Trusted Publishing.
6
+
7
+ Source: https://github.com/mcp-tool-shop-org/sprite-foundry-packs/tree/main/packages/fantasy-heroes-hd
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "@sprite-foundry/fantasy-heroes-hd",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder — real release v1.0.0 ships via OIDC CI. 16 high-fidelity 2.5D fantasy heroes (de-lit, engine-relightable, 8-direction, 4-layer). See https://github.com/mcp-tool-shop-org/sprite-foundry-packs/tree/main/packages/fantasy-heroes-hd",
5
+ "license": "MIT",
6
+ "author": "mcp-tool-shop <64996768+mcp-tool-shop@users.noreply.github.com>",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/mcp-tool-shop-org/sprite-foundry-packs.git",
10
+ "directory": "packages/fantasy-heroes-hd"
11
+ },
12
+ "files": ["README.md"]
13
+ }