@vttforge/core 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 +11 -0
  2. package/package.json +16 -0
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # @vttforge/core
2
+
3
+ Runtime utilities for building FoundryVTT systems and modules.
4
+
5
+ > 🚧 **Placeholder release.** This is a reserved name on the npm registry. The first usable version is coming soon.
6
+
7
+ Track progress and contribute at **https://github.com/vttforge/vttforge**.
8
+
9
+ ---
10
+
11
+ VTTForge is an independent, community-developed project. It is not affiliated with, endorsed by, or sponsored by Foundry Gaming LLC. "Foundry Virtual Tabletop", "Foundry VTT", and "FVTT" are trademarks of Foundry Gaming LLC.
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "@vttforge/core",
3
+ "version": "0.0.0",
4
+ "description": "Runtime utilities for building FoundryVTT systems and modules. Placeholder — real release coming soon.",
5
+ "keywords": ["foundryvtt", "fvtt", "vtt", "sdk", "tabletop", "ttrpg"],
6
+ "license": "MIT",
7
+ "author": "Fabricio Cavalcante de Souza <fabricio.unix@gmail.com> (https://github.com/fcsouza)",
8
+ "homepage": "https://github.com/vttforge/vttforge",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/vttforge/vttforge.git"
12
+ },
13
+ "bugs": {
14
+ "url": "https://github.com/vttforge/vttforge/issues"
15
+ }
16
+ }