@perfscale/darwin-x64 0.0.2
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/package.json +38 -0
- package/perfscale +0 -0
package/package.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@perfscale/darwin-x64",
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"scripts": {
|
|
5
|
+
"prepublishOnly": "test -f perfscale || (echo 'Error: perfscale is missing' && exit 1)",
|
|
6
|
+
"npm:pack": "bun pm pack",
|
|
7
|
+
"npm:publish": "bun publish --access=public"
|
|
8
|
+
},
|
|
9
|
+
"keywords": [
|
|
10
|
+
"performance",
|
|
11
|
+
"perfscale",
|
|
12
|
+
"load",
|
|
13
|
+
"loadtesting"
|
|
14
|
+
],
|
|
15
|
+
"author": "Vitali Haradkou <vitalicset@yandex.ru>",
|
|
16
|
+
"license": "MIT",
|
|
17
|
+
"bin": {
|
|
18
|
+
"perfscale": "perfscale"
|
|
19
|
+
},
|
|
20
|
+
"os": [
|
|
21
|
+
"darwin",
|
|
22
|
+
"Darwin"
|
|
23
|
+
],
|
|
24
|
+
"cpu": [
|
|
25
|
+
"x64"
|
|
26
|
+
],
|
|
27
|
+
"publishConfig": {
|
|
28
|
+
"bin": {
|
|
29
|
+
"perfscale": "perfscale"
|
|
30
|
+
},
|
|
31
|
+
"os": [
|
|
32
|
+
"darwin"
|
|
33
|
+
],
|
|
34
|
+
"cpu": [
|
|
35
|
+
"x64"
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
}
|
package/perfscale
ADDED
|
Binary file
|