{
"name": "@cowasm/posix-wasm",
"version": "1.2.1",
"description": "C headers and a lib archive to fill in some things missing from \"posix\"",
"main": "index.js",
"files": [
"dist/wasm/**",
"README.md",
"package.json",
"index.js"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"test": "echo \"Error: no tests yet\""
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/sagemathinc/cowasm.git"
},
"keywords": [
"WebAssembly",
"wasm"
],
"author": "William Stein <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/sagemathinc/cowasm/issues"
},
"homepage": "https://github.com/sagemathinc/cowasm/tree/main/core/posix-wasm"
}