Files
healpixjs-bigint/package.json

33 lines
770 B
JSON

{
"name": "@gkucmierz/healpixjs-bigint",
"version": "1.0.0",
"description": "True BigInt port of healpixjs supporting orders beyond the 32-bit (<=14) limit",
"keywords": [
"healpix",
"astronomy",
"math",
"bigint",
"64-bit",
"3d",
"sphere",
"projection",
"geography",
"mapping",
"precision"
],
"files": [
"index.js",
"src/"
],
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitea.7u.pl/gkucmierz/healpixjs-bigint.git"
},
"author": "Grzegorz Kućmierz",
"license": "MIT"
}