This commit is contained in:
NunoSempere 2022-06-19 17:30:53 -04:00
parent 8b03f0a36b
commit e6631213ed

View File

@ -1,9 +1,10 @@
{ {
"name": "utility-tools", "name": "utility-tools",
"version": "0.2.3", "version": "0.2.4",
"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",
"example": "node --max-old-space-size=8192 src/example.js"
}, },
"type": "module", "type": "module",
"main": "src/index.js", "main": "src/index.js",