numerical-methods
Version:
A library that I made while studying Computer Science at UFPB. Documentation's available through TypeScript.
33 lines (32 loc) • 922 B
JSON
{
"name": "numerical-methods",
"description": "A library that I made while studying Computer Science at UFPB. Documentation's available through TypeScript.",
"version": "0.13.3",
"keywords": ["academic", "calculus", "numerical analysis", "numerical methods"],
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"homepage": "https://github.com/hyoretsu/npm-packages/tree/main/packages/numerical-methods",
"bugs": {
"url": "https://github.com/hyoretsu/npm-packages/issues",
"email": "hyoretsu@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/hyoretsu/npm-packages.git"
},
"license": "MIT",
"author": {
"name": "Aran Leite",
"email": "hyoretsu@gmail.com",
"url": "https://www.linkedin.com/in/aranleite"
},
"scripts": {
"prepublish": "tsup"
},
"dependencies": {
"@hyoretsu/utils": "^1.5.0",
"mathjs": "^11.2.1"
}
}