Path: blob/main/python/py-matplotlib/package.json
1391 views
{1"name": "@cowasm/py-matplotlib",2"version": "1.0.0",3"description": "WebAssembly build of the matplotlib python library",4"main": "index.js",5"files": [6"dist/wasm/**",7"README.md",8"package.json",9"index.js"10],11"scripts": {12"preinstall": "npx only-allow pnpm",13"build": "make wasm",14"prepublishOnly": "pnpm run build && make test",15"test": "make test"16},17"repository": {18"type": "git",19"url": "git+ssh://[email protected]/sagemathinc/cowasm.git"20},21"keywords": [22"WebAssembly",23"wasm"24],25"author": "William Stein <[email protected]>",26"license": "BSD-3-Clause",27"bugs": {28"url": "https://github.com/sagemathinc/cowasm/issues"29},30"homepage": "https://github.com/sagemathinc/cowasm/tree/main/python/py-matplotlib",31"devDependencies": {32"@cowasm/cpython": "workspace:*",33"@cowasm/kernel": "workspace:*",34"@cowasm/py-pip": "workspace:*"35}36}373839