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