mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 19:13:16 +03:00
de9f2764f9
This PR removes enso-pack (ensogl-pack) crate. It still keeps the `enso-runner` JS package, as it is used for CLI argument parser and logger. The runner should be probably refactored (and possible removed altogether). # Important Notes I've temporarily extracted the `enso-runner` to `lib/js` directory, as I wanted to avoid keeping pure JS library under `lib/rust`. Attempts at integrating this with `app/ide-desktop` and family caused too much trouble for this PR. The expectation is that the package will be removed or moved elsewhere soon anyway.
27 lines
582 B
JSON
27 lines
582 B
JSON
{
|
|
"name": "enso-icons",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Enso Team",
|
|
"email": "contact@enso.org"
|
|
},
|
|
"homepage": "https://github.com/enso-org/enso/tree/develop/app/ide-desktop/lib/icons",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:enso-org/enso.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/enso-org/enso/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "node src/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"sharp": "^0.31.2",
|
|
"to-ico": "^1.1.5",
|
|
"@types/sharp": "^0.31.1",
|
|
"@types/to-ico": "^1.1.1"
|
|
},
|
|
"type": "module"
|
|
}
|