UNPKG

jampary

Version:

Modern arbitrary-precision arithmetic library using floating-point expansions.

38 lines (37 loc) 989 B
{ "name": "jampary", "version": "0.0.2", "description": "Modern arbitrary-precision arithmetic library using floating-point expansions.", "author": "munrocket", "license": "MIT", "main": "dist/jampary.js", "module": "dist/jamapry.esm.js", "type": "module", "scripts": { "build": "rollup -c", "watch": "rollup -cw", "asbuild": "asc src/jampary.ts -b dist/jampary.wasm -O3 --runtime=none && asc test/test.ts -b test/test.wasm -O3 --runtime=none", "serve": "servez -p 1234", "test": "node --experimental-modules --no-warnings ./test/test.js" }, "devDependencies": { "assemblyscript": "^0.17.1", "rollup": "^1.27.14", "rollup-plugin-assemblyscript": "^1.2.0", "rollup-plugin-typescript2": "^0.25.3", "servez": "^1.11.0", "typescript": "^3.7.4", "zora": "^3.1.8" }, "keywords": [ "campary", "mpfr", "gmp", "eft", "bigfloat", "bigdecimal", "bignumber.js", "decimal.js", "big.js" ] }