@vercel/nft-oxc-win32-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 (3) hide show
  1. package/README.md +4 -0
  2. package/index.js +1 -0
  3. package/package.json +22 -0
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # @vercel/nft-oxc-win32-arm64
2
+
3
+ Seed package provisioned by the internal npm provisioning control plane.
4
+ Releases are published from [`vercel/vercel-internal`](https://github.com/vercel/vercel-internal) via `release.yml` using npm Trusted Publishing.
package/index.js ADDED
@@ -0,0 +1 @@
1
+ export {};
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "@vercel/nft-oxc-win32-arm64",
3
+ "version": "0.0.0",
4
+ "description": "Seed for @vercel/nft-oxc-win32-arm64, provisioned by the npm provisioning control plane.",
5
+ "type": "module",
6
+ "main": "./index.js",
7
+ "exports": {
8
+ ".": "./index.js"
9
+ },
10
+ "files": [
11
+ "index.js",
12
+ "README.md"
13
+ ],
14
+ "publishConfig": {
15
+ "access": "public",
16
+ "registry": "https://registry.npmjs.org/"
17
+ },
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/vercel/vercel-internal.git"
21
+ }
22
+ }