@gbits-jszx/dg-cli-linux-x64 0.0.0-regress-1777570061
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/.gitkeep +0 -0
- package/bin/dg-cli +0 -0
- package/package.json +12 -0
package/bin/.gitkeep
ADDED
|
File without changes
|
package/bin/dg-cli
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@gbits-jszx/dg-cli-linux-x64",
|
|
3
|
+
"version": "0.0.0-regress-1777570061",
|
|
4
|
+
"description": "DataGateway CLI binary (linux x64)",
|
|
5
|
+
"files": ["bin/"],
|
|
6
|
+
"os": ["linux"],
|
|
7
|
+
"cpu": ["x64"],
|
|
8
|
+
"scripts": {
|
|
9
|
+
"postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','dg-cli'),0o755)}catch(e){}\""
|
|
10
|
+
},
|
|
11
|
+
"license": "MIT"
|
|
12
|
+
}
|