squinch 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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +11 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # squinch
2
+
3
+ This name is reserved for the upcoming `squinch` CLI (architecture diagrams
4
+ as code). The project is pre-alpha and not yet published — this placeholder
5
+ exists only to hold the package name.
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "squinch",
3
+ "version": "0.0.1",
4
+ "private": false,
5
+ "description": "Reserved for the squinch CLI (architecture diagrams as code). Not yet released — see https://github.com/jquatier/squinch",
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/jquatier/squinch.git"
10
+ }
11
+ }