Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/python-wasm
Path: blob/main/core/wasm-opt/package.json
1391 views
1
{
2
"name": "binaryen",
3
"version": "1.0.0",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
"preinstall": "npx only-allow pnpm",
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
10
"keywords": [],
11
"author": "",
12
"license": "ISC",
13
"dependencies": {
14
"binaryen": "^110.0.0"
15
}
16
}
17
18