{
"name": "@cowasm/py-numpy",
"version": "1.1.0",
"description": "WebAssembly build of the NumPy Python library",
"main": "index.js",
"files": [
"dist/wasm/**",
"README.md",
"package.json",
"index.js"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "make wasm",
"prepublishOnly": "pnpm run build && make test",
"test": "make test"
},
"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/python/py-numpy",
"devDependencies": {
"@cowasm/cpython": "workspace:*",
"@cowasm/py-cython": "workspace:*",
"@cowasm/py-pip": "workspace:*",
"@cowasm/kernel": "workspace:*"
}
}