mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@k8slens/messaging-for-renderer",
|
|
"private": false,
|
|
"version": "6.5.0-alpha.0",
|
|
"description": "Implementations for 'messaging' in Electron renderer",
|
|
"type": "commonjs",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lensapp/lens.git"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"author": {
|
|
"name": "OpenLens Authors",
|
|
"email": "info@k8slens.dev"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/lensapp/lens",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"dev": "webpack --mode=development --watch",
|
|
"test": "jest --coverage --runInBand",
|
|
"lint": "lens-lint",
|
|
"lint:fix": "lens-lint --fix"
|
|
},
|
|
"peerDependencies": {
|
|
"@k8slens/application": "^6.5.0-alpha.0",
|
|
"@k8slens/messaging": "^6.5.0-alpha.0",
|
|
"@k8slens/run-many": "^1.0.0",
|
|
"@k8slens/startable-stoppable": "^6.5.0-alpha.0",
|
|
"@ogre-tools/injectable": "^15.1.2",
|
|
"@ogre-tools/injectable-extension-for-auto-registration": "^15.1.2",
|
|
"electron": "^19.1.8",
|
|
"lodash": "^4.17.21"
|
|
}
|
|
}
|