{
"name": "@cowasm/gmp",
"version": "1.0.0",
"description": "GNU Multiprecision Arithmetic",
"exports": { "./*": "./dist/js/*.js" },
"type": "module",
"files": [
"dist/js/*",
"README.md",
"src/*",
"package.json",
"tsconfig.json",
"Makefile"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "make",
"clean": "make clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sagemathinc/cowasm.git"
},
"homepage": "https://github.com/sagemathinc/cowasm/tree/main/sagemath/gmp",
"keywords": ["number", "theory"],
"author": "William Stein",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/sagemathinc/cowasm/issues"
},
"homepage": "https://github.com/sagemathinc/cowasm/tree/main/sagemath/gmp",
"dependencies": {},
"devDependencies": {}
}