enso/app/ide-desktop/icons/package.json
2024-11-21 10:52:20 +00:00

28 lines
615 B
JSON

{
"name": "enso-icons",
"type": "module",
"version": "1.0.0",
"author": {
"name": "Enso Team",
"email": "contact@enso.org"
},
"homepage": "https://github.com/enso-org/enso/tree/develop/app/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",
"lint": "eslint . --cache --max-warnings=0"
},
"devDependencies": {
"sharp": "^0.31.2",
"to-ico": "^1.1.5",
"@types/sharp": "^0.31.1",
"@types/to-ico": "^1.1.1"
}
}