nerdamer-prime
Version:
javascript light-weight symbolic math library
73 lines (72 loc) • 2.17 kB
JSON
{
"author": {
"name": "Gunnar Mein taking over from Martin Donk",
"email": "info@together.science"
},
"description": "javascript light-weight symbolic math library",
"name": "nerdamer-prime",
"license": "MIT",
"version": "1.3.1",
"homepage": "https://github.com/together-science/nerdamer-prime",
"directory": {
"lib": "./"
},
"publishConfig": {
"access": "public"
},
"main": "nerdamer.core.js",
"typings": "index.d.ts",
"keywords": [
"math",
"matrix",
"complex",
"number",
"parser",
"expression",
"functions",
"numeric",
"equation solver",
"linear algebra",
"vectors",
"symbolic",
"integration",
"differentiation",
"derivative",
"algebra",
"calculus",
"mathematics",
"constants",
"symbolic math"
],
"repository": {
"type": "git",
"url": "git+https://github.com/together-science/nerdamer-prime.git"
},
"bugs": {
"url": "https://github.com/together-science/nerdamer-prime/issues"
},
"engines": {
"node": ">=15"
},
"scripts": {
"test": "jasmine",
"test:types": "tsc --noEmit -p spec-dts/tsconfig.json && jest -c jest.config.types.js",
"silent": "npm test --silent | cat",
"build": "esbuild all.js --bundle --minify --outfile=all.min.js --format=iife --global-name=nerdamer",
"watch": "esbuild all.js --bundle --minify --outfile=all.min.js --format=iife --global-name=nerdamer --watch",
"format": "prettier --write \"**/*.{ts,js,json,jml,md,html}\"",
"format:check": "prettier --check \"**/*.{ts,js,json,jml,md,html}\""
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/jest": "^30.0.0",
"esbuild": "^0.25.10",
"jasmine": "^2.99.0",
"jest": "^30.1.3",
"prettier": "^3.6.2",
"prettier-plugin-jsdoc": "^1.3.3",
"ts-jest": "^29.4.4",
"ts-morph": "^27.0.0",
"typescript": "^5.9.2"
}
}