1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/kube-object/package.json
Janne Savolainen fe77164311 Bump ogre-tools for linkable improvements
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-06-01 11:09:58 +03:00

49 lines
1.2 KiB
JSON

{
"name": "@k8slens/kube-object",
"private": false,
"version": "1.0.0",
"description": "Injection tokens for list layout",
"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/utilities": "^1.0.0-alpha.2",
"@ogre-tools/injectable": "^17.1.1",
"auto-bind": "^4.0.0",
"moment": "^2.29.4",
"rfc6902": "^5.0.1",
"type-fest": "^2.19.0",
"typed-regex": "^0.0.8"
},
"devDependencies": {
"@k8slens/eslint-config": "^6.5.0",
"@k8slens/jest": "^6.5.0",
"@k8slens/typescript": "^6.5.0",
"@k8slens/webpack": "^6.5.0"
}
}