1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/extensions/pod-menu/package.json
Sebastian Malton 9fa75199f3 Fix build and tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-01-24 12:27:52 -05:00

27 lines
609 B
JSON

{
"name": "lens-pod-menu",
"version": "5.3.0-latest.1643044317859.1643044464147",
"description": "Lens pod menu",
"renderer": "dist/renderer.js",
"lens": {
"metadata": {},
"styles": []
},
"scripts": {
"build": "webpack && npm pack",
"dev": "webpack --watch",
"test": "jest --passWithNoTests --env=jsdom src $@"
},
"files": [
"dist/**/*"
],
"dependencies": {},
"devDependencies": {
"@k8slens/extensions": "file:../../src/extensions/npm/extensions",
"jest": "^26.6.3",
"ts-loader": "^8.0.4",
"typescript": "^4.3.2",
"webpack": "^4.46.0"
}
}