Files
healpixjs-bigint/package.json
Grzegorz Kucmierz b19b253e68
All checks were successful
npm-publish / publish (push) Successful in 4s
docs: add homepage and interactive demo urls
2026-03-06 01:56:22 +00:00

34 lines
836 B
JSON

{
"name": "@gkucmierz/healpixjs-bigint",
"version": "1.0.1",
"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"
},
"homepage": "https://gitea.7u.pl/gkucmierz/healpixjs-bigint",
"repository": {
"type": "git",
"url": "git+https://gitea.7u.pl/gkucmierz/healpixjs-bigint.git"
},
"author": "Grzegorz Kućmierz",
"license": "MIT"
}