-
奔跑的面条 authored
Signed-off-by:
奔跑的面条 <1262327911@qq.com>
Unverifiedbe3e7b58
This project is licensed under the MIT License.
Learn more
{
"name": "$${name}",
"version": "0.0.1",
"description": "Your Headlamp plugin",
"scripts": {
"start": "headlamp-plugin start",
"build": "headlamp-plugin build",
"format": "headlamp-plugin format",
"lint": "headlamp-plugin lint",
"tsc": "tsc"
},
"keywords": [
"headlamp",
"headlamp-plugin",
"kubernetes",
"plugins"
],
"prettier": "@kinvolk/eslint-config/prettier-config",
"eslintConfig": {
"extends": [
"@kinvolk",
"prettier",
"plugin:jsx-a11y/recommended"
]
},
"devDependencies": {
"@kinvolk/headlamp-plugin": "^$${headlamp-plugin-version}"
}
}