utility-function-extractor/packages/utility-tools/package.json

17 lines
454 B
JSON
Raw Normal View History

{
"name": "utility-tools",
"version": "1.0.5",
"description": "Process the json produced by utility-function-extractor.quantifieduncertainty.org",
"scripts": {
2022-06-19 21:30:53 +00:00
"start": "node --max-old-space-size=8192 src/index.js",
"example": "node --max-old-space-size=8192 src/example.js"
},
"type": "module",
2022-06-17 18:39:21 +00:00
"main": "src/index.js",
"author": "Nuño Sempere",
"license": "MIT",
"dependencies": {
2022-06-20 01:28:13 +00:00
"@quri/squiggle-lang": "^0.2.11"
}
}