mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
31 lines
723 B
JSON
31 lines
723 B
JSON
{
|
|
"name": "@k8slens/feature-core",
|
|
"private": false,
|
|
"version": "0.0.1",
|
|
"description": "Code that is common to all Features and those registering them.",
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"@ogre-tools/injectable": "^15.1.1"
|
|
}
|
|
}
|