{ "name": "utility-tools", "version": "0.1.0", "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" } }