mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 14:42:00 +03:00
25 lines
485 B
JSON
25 lines
485 B
JSON
{
|
|
"name": "enso-studio-icons",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Enso Team",
|
|
"email": "contact@enso.org"
|
|
},
|
|
"homepage": "https://github.com/enso-org/ide",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:enso-org/ide.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/enso-org/ide/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "node src/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"sharp": "^0.31.2",
|
|
"to-ico": "^1.1.5"
|
|
},
|
|
"type": "module"
|
|
}
|