UNPKG

iking-math

Version:

金合前端Math计算库,基于Mathjs,主要用于固定版本保证安全以及在此之上扩展方法

40 lines 923 B
{ "name": "iking-math", "version": "1.0.0", "private": false, "description": "金合前端Math计算库,基于Mathjs,主要用于固定版本保证安全以及在此之上扩展方法", "type": "module", "main": "./dist/iking-math.umd.js", "module": "./dist/iking-math.es.js", "types": "./dist/index.d.ts", "license": "Apache-2.0", "files": [ "dist" ], "scripts": { "dev": "rollup --config rollup.config.ts", "build": "rollup --config rollup.config.ts" }, "exports": { ".": { "import": "./dist/iking-math.es.js", "require": "./dist/iking-math.umd.js", "module": "./dist/iking-math.es.js" } }, "keywords": [ "JH", "Math", "工具库", "金合前端", "mathjs" ], "author": "金合研究院", "devDependencies": { "rollup": "^2.77.2", "rollup-plugin-terser": "^7.0.2" }, "dependencies": { "mathjs": "11.1.0" } }