@sbugallo/opencode-vpet 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 +16 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @sbugallo/opencode-vpet
2
+
3
+ This `0.0.0` release is a temporary bootstrap package used to configure npm trusted publishing.
4
+
5
+ Do not install this version. The first functional release will be published under the `latest` dist-tag.
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "@sbugallo/opencode-vpet",
3
+ "version": "0.0.0",
4
+ "description": "Temporary bootstrap release for npm trusted publishing. Do not install.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/sbugallo/opencode-vpet.git"
9
+ },
10
+ "publishConfig": {
11
+ "access": "public"
12
+ },
13
+ "files": [
14
+ "README.md"
15
+ ]
16
+ }