enso/app/ide-desktop/icons/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
615 B
JSON
Raw Normal View History

2022-05-23 05:16:04 +03:00
{
"name": "enso-icons",
"type": "module",
2022-05-23 05:16:04 +03:00
"version": "1.0.0",
"author": {
"name": "Enso Team",
"email": "contact@enso.org"
},
"homepage": "https://github.com/enso-org/enso/tree/develop/app/icons",
2022-05-23 05:16:04 +03:00
"repository": {
"type": "git",
"url": "git@github.com:enso-org/enso.git"
2022-05-23 05:16:04 +03:00
},
"bugs": {
"url": "https://github.com/enso-org/enso/issues"
2022-05-23 05:16:04 +03:00
},
"scripts": {
"build": "node src/index.js",
2024-11-21 13:52:20 +03:00
"lint": "eslint . --cache --max-warnings=0"
2022-05-23 05:16:04 +03:00
},
"devDependencies": {
2022-11-28 13:31:57 +03:00
"sharp": "^0.31.2",
"to-ico": "^1.1.5",
"@types/sharp": "^0.31.1",
"@types/to-ico": "^1.1.1"
}
2022-05-23 05:16:04 +03:00
}