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
Hung-Han (Henry) Chen 93a663eb7c
Install esbuild-loader and start using it for main/renderer, and extensions
Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
2021-05-20 10:15:17 +03:00

28 lines
607 B
JSON

{
"name": "lens-pod-menu",
"version": "0.1.0",
"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",
"esbuild-loader": "^2.13.0",
"jest": "^26.6.3",
"ts-loader": "^8.0.4",
"typescript": "^4.0.3",
"webpack": "^4.44.2"
}
}