@jetlint/linux-arm64 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 +9 -0
  2. package/package.json +24 -0
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # @jetlint/linux-arm64
2
+
3
+ **Bootstrap placeholder. Do not install.**
4
+
5
+ This version exists only to create a settings page on npmjs.com so the
6
+ real jetlint release workflow can be bound to it as a trusted publisher.
7
+ It will be deprecated immediately after publish.
8
+
9
+ Real release: https://github.com/jetlint/jetlint
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "@jetlint/linux-arm64",
3
+ "version": "0.0.0",
4
+ "description": "Bootstrap placeholder for @jetlint/linux-arm64. Do not install.",
5
+ "homepage": "https://jetlint.github.io",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/jetlint/jetlint.git",
9
+ "directory": "npm/jetlint"
10
+ },
11
+ "license": "MIT",
12
+ "engines": {
13
+ "node": ">=20"
14
+ },
15
+ "publishConfig": {
16
+ "access": "public"
17
+ },
18
+ "os": [
19
+ "linux"
20
+ ],
21
+ "cpu": [
22
+ "arm64"
23
+ ]
24
+ }