Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/python-wasm
Path: blob/main/sagemath/gmp/package.json
1391 views
1
{
2
"name": "@cowasm/gmp",
3
"version": "1.0.0",
4
"description": "GNU Multiprecision Arithmetic",
5
"exports": { "./*": "./dist/js/*.js" },
6
"type": "module",
7
"files": [
8
"dist/js/*",
9
"README.md",
10
"src/*",
11
"package.json",
12
"tsconfig.json",
13
"Makefile"
14
],
15
"scripts": {
16
"preinstall": "npx only-allow pnpm",
17
"build": "make",
18
"clean": "make clean"
19
},
20
"repository": {
21
"type": "git",
22
"url": "git+https://github.com/sagemathinc/cowasm.git"
23
},
24
"homepage": "https://github.com/sagemathinc/cowasm/tree/main/sagemath/gmp",
25
"keywords": ["number", "theory"],
26
"author": "William Stein",
27
"license": "LGPL-3.0-or-later",
28
"bugs": {
29
"url": "https://github.com/sagemathinc/cowasm/issues"
30
},
31
"homepage": "https://github.com/sagemathinc/cowasm/tree/main/sagemath/gmp",
32
"dependencies": {},
33
"devDependencies": {}
34
}
35
36