mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 20:53:51 +03:00
5faddf52f0
- Fix ESLint errors - Add documentation for *some* functions with blank documentation # Important Notes None
28 lines
607 B
JSON
28 lines
607 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 . --max-warnings=0"
|
|
},
|
|
"devDependencies": {
|
|
"sharp": "^0.31.2",
|
|
"to-ico": "^1.1.5",
|
|
"@types/sharp": "^0.31.1",
|
|
"@types/to-ico": "^1.1.1"
|
|
}
|
|
}
|