{ "name": "@k8slens/cluster-sidebar", "private": false, "version": "1.0.0-alpha.0", "description": "Injection tokens for adding new sidebar items within the Cluster View", "type": "commonjs", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "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": "lens-webpack-build", "clean": "rimraf dist/", "test": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix" }, "peerDependencies": { "@k8slens/feature-core": "^6.5.0-alpha.4", "@k8slens/utilities": "^1.0.0-alpha.3", "@ogre-tools/injectable": "^15.8.1", "@ogre-tools/injectable-extension-for-auto-registration": "^15.8.1", "@ogre-tools/injectable-extension-for-mobx": "^15.8.1", "mobx": "^6.9.0", "react": "^17.0.2" }, "devDependencies": { "@k8slens/eslint-config": "^6.5.0-alpha.3", "@k8slens/jest": "^6.5.0-alpha.5", "@k8slens/typescript": "^6.5.0-alpha.2", "@k8slens/webpack": "^6.5.0-alpha.5" } }