{ "name": "@k8slens/utilities", "description": "A collection of useful types", "version": "1.0.0-alpha.5", "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "private": false, "files": [ "dist" ], "author": { "name": "OpenLens Authors", "email": "info@k8slens.dev" }, "license": "MIT", "homepage": "https://github.com/lensapp/lens", "scripts": { "clean": "rimraf dist/", "build": "lens-webpack-build", "test:unit": "jest --coverage --runInBand" }, "peerDependencies": { "@astronautlabs/jsonpath": "^1.1.0", "crypto-js": "^4.1.1", "lodash": "^4.17.21", "mobx": "^6.8.0", "moment": "^2.29.4", "p-limit": "^3.1.0", "path-to-regexp": "^6.2.1", "react": "^17.0.2", "react-router": "^5.3.4", "readable-stream": "^3.6.2", "semver": "^7.3.8", "tar": "^6.1.13", "type-fest": "^2.19.0", "typed-regex": "^0.0.8" }, "devDependencies": { "@k8slens/webpack": "^6.5.0-alpha.7", "@types/crypto-js": "^4.1.1", "@types/lodash": "^4.14.191", "@types/react": "^17.0.2", "@types/react-router": "^5.1.20", "@types/readable-stream": "^2.3.15", "@types/semver": "^7.3.13", "@types/tar": "^6.1.4" } }