utility-function-extractor/packages/utility-tools/package.json
NunoSempere bb0108fb60 feat: Add utility tools
I'm hoping to have these be a separate package that are also used in the
website.
2022-06-15 23:04:46 -04:00

16 lines
390 B
JSON

{
"name": "utility-tools",
"version": "0.0.1",
"description": "Process the json produced by utility-function-extractor.quantifieduncertainty.org",
"scripts": {
"start": "node --max-old-space-size=8192 src/index.js"
},
"type": "module",
"main": "src/index.js",
"author": "Nuño Sempere",
"license": "MIT",
"dependencies": {
"@quri/squiggle-lang": "^0.2.11"
}
}