{
"name": "@cowasm/cpython",
"version": "1.6.0",
"description": "WebAssembly port of CPython interpreter",
"main": "index.js",
"files": [
"dist/wasm/bin/**",
"dist/wasm/include/**",
"dist/wasm/share/**",
"dist/wasm/lib/dist/**",
"dist/wasm/lib/pkgconfig/**",
"dist/wasm/lib/libpython*",
"dist/wasm/lib/python*/**",
"README.md",
"package.json",
"index.js"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "make wasm",
"prepublishOnly": "make clean-wasm && make wasm && make test && make publishable",
"test": "make test"
},
"bin": "bin/python-wasm",
"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/cpython",
"devDependencies": {
"@cowasm/bzip2": "workspace:*",
"@cowasm/libedit": "workspace:*",
"@cowasm/libffi": "workspace:*",
"@cowasm/lzma": "workspace:*",
"@cowasm/ncurses": "workspace:*",
"@cowasm/openssl": "workspace:*",
"@cowasm/posix-wasm": "workspace:*",
"@cowasm/sqlite": "workspace:*",
"@cowasm/termcap": "workspace:*",
"@cowasm/zlib": "workspace:*",
"dylink": "workspace:*"
},
"dependencies": {
"@cowasm/kernel": "workspace:*"
}
}