UNPKG

ts-math

Version:

A collection of math functions and packages written in Typescript

55 lines (54 loc) 1.26 kB
{ "name": "ts-math", "version": "1.0.19", "description": "A collection of math functions and packages written in Typescript", "main": "lib/index.js", "directories": { "test": "test" }, "scripts": { "build": "tsc", "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/tornord/ts-math.git" }, "keywords": [ "math", "statistics", "sobol", "random numbers", "linear algebra", "interpolation" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/tornord/ts-math/issues" }, "homepage": "https://github.com/tornord/ts-math#readme", "devDependencies": { "@types/chai": "^4.2.18", "@types/json-stable-stringify": "^1.0.32", "@types/mocha": "^8.2.2", "@types/node": "^15.12.2", "@types/numeric": "^1.2.1", "@types/pretty": "^2.0.0", "@types/seedrandom": "^3.0.0", "axios": "^0.21.1", "chai": "^4.3.4", "mocha": "^9.1.1", "mocha-cakes-2": "^3.3.0", "nodemon": "^2.0.7", "pretty": "^2.0.0", "ts-node": "^10.0.0", "typescript": "^4.3.2" }, "dependencies": { "fmin": "^0.0.2", "json-stable-stringify": "^1.0.1", "numeric": "^1.2.6", "seedrandom": "^3.0.5" } }