2022-03-25 03:44:46 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2022-03-25 07:49:03 +00:00
|
|
|
"test": "npx mocha"
|
2022-03-25 03:44:46 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://code.studioinfinity.org/glen/picomath.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"math",
|
|
|
|
"algebra"
|
|
|
|
],
|
|
|
|
"author": "Glen Whitney",
|
2022-03-25 07:49:03 +00:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"type": "module",
|
|
|
|
"dependencies": {
|
|
|
|
"mocha": "^9.2.2"
|
|
|
|
}
|
2022-03-25 03:44:46 +00:00
|
|
|
}
|