2022-05-23 05:16:04 +03:00
|
|
|
{
|
2023-03-15 14:54:16 +03:00
|
|
|
"name": "enso-icons",
|
2024-07-17 12:10:42 +03:00
|
|
|
"type": "module",
|
2022-05-23 05:16:04 +03:00
|
|
|
"version": "1.0.0",
|
|
|
|
"author": {
|
|
|
|
"name": "Enso Team",
|
|
|
|
"email": "contact@enso.org"
|
|
|
|
},
|
2024-07-17 12:10:42 +03:00
|
|
|
"homepage": "https://github.com/enso-org/enso/tree/develop/app/icons",
|
2022-05-23 05:16:04 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-06-23 11:47:04 +03:00
|
|
|
"url": "git@github.com:enso-org/enso.git"
|
2022-05-23 05:16:04 +03:00
|
|
|
},
|
|
|
|
"bugs": {
|
2023-06-23 11:47:04 +03:00
|
|
|
"url": "https://github.com/enso-org/enso/issues"
|
2022-05-23 05:16:04 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-10-21 15:56:39 +03:00
|
|
|
"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",
|
2024-03-18 15:18:18 +03:00
|
|
|
"to-ico": "^1.1.5",
|
|
|
|
"@types/sharp": "^0.31.1",
|
|
|
|
"@types/to-ico": "^1.1.1"
|
2024-07-17 12:10:42 +03:00
|
|
|
}
|
2022-05-23 05:16:04 +03:00
|
|
|
}
|