We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b14ce4 commit fffc6bdCopy full SHA for fffc6bd
package.json
@@ -29,6 +29,7 @@
29
"start.browser": "servor ./dist/ --browse --reload",
30
"start.benchmark": "node ./benchmark/native-benchmark.mjs",
31
"start.node": "node ./dist/node/cli.js",
32
+ "zip": "zip -9 -j ./dist/minijson-windows-x64.zip ./dist/win32-x64/minijson.exe && zip -9 -j ./dist/minijson-macos-x64.zip ./dist/darwin-x64/minijson && zip -9 -j ./dist/minijson-linux-x64.zip ./dist/linux-x64/minijson",
33
"prepublishOnly": "shx rm -rf ./dist/tsconfig.tsbuildinfo ./dist/build.*"
34
},
35
"devDependencies": {
0 commit comments