{ "name": "@k8slens/startable-stoppable", "private": false, "version": "1.0.0-alpha.1", "description": "TBD", "type": "commonjs", "files": [ "build" ], "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:unit": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix" }, "devDependencies": { "@k8slens/eslint-config": "^6.5.0-alpha.1" } }