mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
- Allows for bundled kubectl config to be changed without code changes - Introduce @k8slens/kubectl-versions - Compile time fetching of versions - Update @swc/* packages Signed-off-by: Sebastian Malton <sebastian@malton.name>
29 lines
737 B
JSON
29 lines
737 B
JSON
{
|
|
"name": "@k8slens/cluster-settings",
|
|
"version": "6.5.0-alpha.2",
|
|
"description": "Injection token exporter for cluster settings configuration",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"mode": "production",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"clean": "rimraf dist/",
|
|
"generate-types": "tsc --d --declarationDir ./dist --declarationMap --emitDeclarationOnly",
|
|
"build": "npm run generate-types && swc ./src/index.ts -d ./dist"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^4.4.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@ogre-tools/injectable": "^15.3.1"
|
|
}
|
|
}
|