UNPKG

js-calculation

Version:

solving the problem of javaScript computing accuracy loss

34 lines (33 loc) 790 B
{ "name": "js-calculation", "version": "2.0.7", "description": "solving the problem of javaScript computing accuracy loss", "main": "index.js", "scripts": { "example": "ts-node example/run/example.ts" }, "keywords": [ "js精度", "javascript精度", "精度", "accuracy", "js-accuracy", "js-calculation" ], "author": "0x23fd5097@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/0x1af2aec8f957/js-calculation/issues" }, "repository": { "type": "git", "url": "https://github.com/0x1af2aec8f957/js-calculation.git" }, "homepage": "https://github.com/0x1af2aec8f957/js-calculation/#readme", "dependencies": { "mathjs": "^12.0.0" }, "devDependencies": { "@tsconfig/node-lts": "^18.12.5" } }