{ "name": "@k8slens/cluster-frame-context", "private": false, "version": "1.0.0-alpha.1", "description": "Injection tokens for cluster frame context", "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/", "dev": "webpack --mode=development --watch", "test": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix" }, "peerDependencies": { "@ogre-tools/injectable": "^17.2.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" } }