enso/tools/native-image-config-cleanup/package.json
2020-12-09 14:58:11 +01:00

13 lines
341 B
JSON

{
"name": "native-image-config-cleanup",
"version": "1.0.0",
"description": "Helper script for cleaning the Native Image configuration after tracing.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Enso Team",
"license": "Apache-2.0"
}