@playxoft/xecret-win32-arm64 0.1.1

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.
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @playxoft/xecret-win32-arm64
2
+
3
+ The [xecret](https://www.npmjs.com/package/xecret) CLI binary for win32 arm64.
4
+
5
+ You do not install this directly — `npm install xecret` picks the one that matches your machine.
package/bin/xecret.exe ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "@playxoft/xecret-win32-arm64",
3
+ "version": "0.1.1",
4
+ "description": "The xecret CLI binary for win32 arm64.",
5
+ "homepage": "https://xecret.playxoft.com",
6
+ "bugs": "https://github.com/playxoft/xecret/issues",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/playxoft/xecret.git",
10
+ "directory": "cli"
11
+ },
12
+ "license": "MIT",
13
+ "author": "Playxoft",
14
+ "engines": {
15
+ "node": ">=18"
16
+ },
17
+ "os": [
18
+ "win32"
19
+ ],
20
+ "cpu": [
21
+ "arm64"
22
+ ],
23
+ "files": [
24
+ "bin/"
25
+ ],
26
+ "preferUnplugged": true
27
+ }