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