@lunora/queue 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 +3 -0
  2. package/package.json +19 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @lunora/queue
2
+
3
+ This `0.0.0` is a name-reservation placeholder. Install the latest published version for real code.
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "@lunora/queue",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder to reserve the npm name. Real releases are published from CI — install the latest version.",
5
+ "license": "FSL-1.1-Apache-2.0",
6
+ "author": {
7
+ "name": "Daniel Bannert",
8
+ "email": "d.bannert@anolilab.de"
9
+ },
10
+ "homepage": "https://lunora.sh",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/anolilab/lunora.git",
14
+ "directory": "packages/queue"
15
+ },
16
+ "publishConfig": {
17
+ "access": "public"
18
+ }
19
+ }