This commit is contained in:
NunoSempere 2022-06-17 14:39:21 -04:00
parent c7d0a69666
commit 3ca3af82db

View File

@ -1,12 +1,12 @@
{ {
"name": "utility-tools", "name": "utility-tools",
"version": "0.2.1", "version": "0.2.2",
"description": "Process the json produced by utility-function-extractor.quantifieduncertainty.org", "description": "Process the json produced by utility-function-extractor.quantifieduncertainty.org",
"scripts": { "scripts": {
"start": "node --max-old-space-size=8192 src/index.js" "start": "node --max-old-space-size=8192 src/index.js"
}, },
"type": "module", "type": "module",
"main": "src/process-inputs.js", "main": "src/index.js",
"author": "Nuño Sempere", "author": "Nuño Sempere",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {