@rgsoft/math
Version:
Yet another JS math library
45 lines (44 loc) • 1.02 kB
JSON
{
"name": "@rgsoft/math",
"version": "1.3.3",
"description": "Yet another JS math library",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "vitest",
"coverage": "vitest run --coverage",
"build": "tsup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rgmiranda/math-js.git"
},
"keywords": [
"math",
"complex-numbers",
"vectors",
"numbers",
"prime-numbers",
"factors",
"totient",
"digital-roots",
"number-bases"
],
"author": "Ricardo Miranda <rgmiranda@live.com.ar>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rgmiranda/math-js/issues"
},
"homepage": "https://github.com/rgmiranda/math-js#readme",
"devDependencies": {
"@vitest/coverage-v8": "^2.0.3",
"ts-node": "^10.9.2",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"vitest": "^2.0.3"
}
}