@stemcmicro/core
Version:
Computer Algebra System in TypeScript
75 lines (74 loc) • 2.38 kB
JSON
{
"name": "@stemcmicro/core",
"version": "0.9.80",
"description": "Computer Algebra System in TypeScript",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.min.js",
"require": "./dist/commonjs/index.js",
"system": "./dist/system/index.min.js",
"default": "./dist/esm/index.min.js"
}
},
"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.min.js",
"type": "module",
"types": "./dist/index.d.ts",
"scripts": {
"build": "npm run clean && rollup --config rollup.config.mts --configPlugin @rollup/plugin-typescript",
"clean": "rm -rf ./dist",
"coverage": "npm run test -- --coverage",
"docs": "npm run docs:typedoc && open-cli docs/index.html",
"docs:typedoc": "rm -rf docs && typedoc --options typedoc.json",
"pages": "npm run docs:typedoc && gh-pages --dist docs --dest core",
"pretest": "npm run build",
"release": "release-it",
"repl": "npm run build && node repl.mjs",
"test": "jest",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/geometryzen/stemcmicro.git"
},
"keywords": [
"algebrite",
"algebra",
"blade",
"cas",
"clojurescript",
"computer",
"eigenmath",
"geometric",
"math",
"multivector",
"symbolic",
"system"
],
"author": {
"name": "David Geo Holmes",
"email": "david.geo.holmes@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/geometryzen/stemcmicro/issues"
},
"homepage": "https://github.com/geometryzen/stemcmicro#readme",
"peerDependencies": {
"@stemcmicro/atoms": "0.9.80",
"@stemcmicro/context": "0.9.80",
"@stemcmicro/diagnostics": "0.9.80",
"@stemcmicro/directive": "0.9.80",
"@stemcmicro/eigenmath": "0.9.80",
"@stemcmicro/em-parse": "0.9.80",
"@stemcmicro/helpers": "0.9.80",
"@stemcmicro/native": "0.9.80",
"@stemcmicro/stack": "0.9.80",
"@stemcmicro/tree": "0.9.80"
},
"gitHead": "22d60670c8fdb4e3bbb6054dc9be1d0d5573765c"
}