You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
540 B
23 lines
540 B
{
|
|
"name": "picomath",
|
|
"version": "0.0.0",
|
|
"description": "Proof-of-concept tiny package like mathjs with mutable \"typed functions\" and module-based dependency tracking and \"tree-shaking\"",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "npx mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.studioinfinity.org/glen/picomath.git"
|
|
},
|
|
"keywords": [
|
|
"math",
|
|
"algebra"
|
|
],
|
|
"author": "Glen Whitney",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"mocha": "^9.2.2"
|
|
}
|
|
}
|
|
|