mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 08:08:34 +03:00
13 lines
341 B
JSON
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"
|
|
}
|