enso/gui/build/package.json
Adam Obuchowicz 80fdbe1427 Integrate setPreprocessor function with Engine (https://github.com/enso-org/ide/pull/1166)
In this PR a new method of "ExecututionContext" model is created allowing visualization modification, and the "on_preprocessor_changed" endpoint of visualization is exposed in GraphEditor and integrated with the new controller methods.

Original commit: 9811d76a8d
2021-02-03 18:06:10 +01:00

19 lines
383 B
JSON

{
"name": "build-script",
"version": "1.0.0",
"description": "Build Scripts",
"repository": "git@github.com:enso-org/ide.git",
"dependencies": {
"glob": "^7.1.6",
"js-yaml": "4.0.0",
"ncp": "^2.0.0",
"semver": "7.3.4",
"yargs": "^15.3.0"
},
"license": "MIT",
"devDependencies": {
"prettier": "2.2.0",
"prettier-plugin-toml": "0.3.1"
}
}