2022-06-16 03:00:54 +00:00
|
|
|
{
|
|
|
|
"name": "utility-tools",
|
2022-06-20 01:17:37 +00:00
|
|
|
"version": "1.0.2",
|
2022-06-16 03:00:54 +00:00
|
|
|
"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"
|
2022-06-16 03:00:54 +00:00
|
|
|
},
|
|
|
|
"type": "module",
|
2022-06-17 18:39:21 +00:00
|
|
|
"main": "src/index.js",
|
2022-06-16 03:00:54 +00:00
|
|
|
"author": "Nuño Sempere",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2022-06-19 21:04:29 +00:00
|
|
|
"@quri/squiggle-lang": "^0.2.11",
|
|
|
|
"utility-tools": "^0.2.2"
|
2022-06-16 03:00:54 +00:00
|
|
|
}
|
|
|
|
}
|