bone-agent-linux-x64 2.0.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.
Files changed (2) hide show
  1. package/bin/bone +0 -0
  2. package/package.json +30 -0
package/bin/bone ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,30 @@
1
+ {
2
+ "name": "bone-agent-linux-x64",
3
+ "version": "2.0.1",
4
+ "description": "Native binary for bone-agent on linux x64",
5
+ "bin": {
6
+ "bone": "bin/bone"
7
+ },
8
+ "files": [
9
+ "bin"
10
+ ],
11
+ "os": [
12
+ "linux"
13
+ ],
14
+ "cpu": [
15
+ "x64"
16
+ ],
17
+ "engines": {
18
+ "node": ">=18"
19
+ },
20
+ "author": "Vincent Miranda <vincentmiranda65@gmail.com>",
21
+ "license": "MIT",
22
+ "homepage": "https://github.com/vincentm65/bone",
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git+https://github.com/vincentm65/bone.git"
26
+ },
27
+ "bugs": {
28
+ "url": "https://github.com/vincentm65/bone/issues"
29
+ }
30
+ }