@traceletdev/cli-darwin-x64 0.5.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/bin/tracelet +0 -0
- package/package.json +24 -0
package/bin/tracelet
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@traceletdev/cli-darwin-x64",
|
|
3
|
+
"version": "0.5.1",
|
|
4
|
+
"description": "tracelet CLI binary for darwin/x64. Installed automatically as an optional dependency of @traceletdev/cli — not meant to be installed directly.",
|
|
5
|
+
"os": [
|
|
6
|
+
"darwin"
|
|
7
|
+
],
|
|
8
|
+
"cpu": [
|
|
9
|
+
"x64"
|
|
10
|
+
],
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"author": "Moiz Imran <moizwasti@gmail.com>",
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "git+https://github.com/traceletdev/tracelet.git",
|
|
16
|
+
"directory": "packages/cli-darwin-x64"
|
|
17
|
+
},
|
|
18
|
+
"publishConfig": {
|
|
19
|
+
"access": "public"
|
|
20
|
+
},
|
|
21
|
+
"files": [
|
|
22
|
+
"bin/"
|
|
23
|
+
]
|
|
24
|
+
}
|