v0.2.4
This commit is contained in:
parent
8b03f0a36b
commit
e6631213ed
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user