{ "name": "@k8slens/application", "private": false, "version": "6.4.0-beta.13", "description": "Package for creating Lens applications", "type": "commonjs", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/lensapp/monorepo.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-build", "build:remove": "lens-remove-build", "dev": "lens-build -- --watch", "code-style:fix": "lens-fix-code-style", "code-style:verify": "lens-verify-code-style", "test": "lens-test" }, "peerDependencies": { "@ogre-tools/fp": "^12.0.1", "@ogre-tools/injectable": "^12.0.1", "lodash": "^4.17.15" } }