UNPKG

ts-x-prime

Version:

Library for working with prime numbers

39 lines (38 loc) 903 B
{ "name": "ts-x-prime", "version": "0.0.3", "description": "Library for working with prime numbers", "repository": { "type": "git", "url": "https://github.com/rekmixa/ts-x-prime.git" }, "bugs": { "url": "https://github.com/rekmixa/ts-x-prime/issues" }, "homepage": "https://github.com/rekmixa/ts-x-prime#readme", "type": "module", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "test": "vitest", "coverage": "vitest run --coverage", "build": "tsup", "prebuild": "vitest run" }, "keywords": [ "prime", "zeta", "riemann", "aks" ], "author": "rekmixa", "license": "MIT", "devDependencies": { "@types/node": "^24.1.0", "@vitest/coverage-v8": "^3.2.4", "tsup": "^8.5.0", "typescript": "^5.8.3", "vitest": "^3.2.4" } }