narrator-ts 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 +6 -0
  2. package/package.json +9 -0
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # narrator-ts
2
+
3
+ Placeholder. npm cannot configure trusted publishing for a package that does
4
+ not exist yet, so this version exists only to create the name.
5
+
6
+ The real thing is 0.1.0 and later — published from CI, with provenance.
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "narrator-ts",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder to claim the name so trusted publishing can be configured. See 0.1.0 and later.",
5
+ "license": "MIT",
6
+ "repository": { "type": "git", "url": "git+https://github.com/bitplane/narrator-ts.git" },
7
+ "homepage": "https://github.com/bitplane/narrator-ts#readme",
8
+ "private": false
9
+ }