1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/list-layout/package.json
Sebastian Malton d4cba62218 chore: Fix lint failing on a clean repo
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-06-01 09:27:46 -04:00

46 lines
1.1 KiB
JSON

{
"name": "@k8slens/list-layout",
"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/kube-object": "^1.0.0-alpha.5",
"@k8slens/utilities": "^1.0.0-alpha.3",
"@ogre-tools/injectable": "^17.2.0",
"react": "^17.0.2"
},
"devDependencies": {
"@k8slens/eslint-config": "^6.5.0",
"@k8slens/jest": "^6.5.0",
"@k8slens/typescript": "^6.5.0",
"@k8slens/webpack": "^6.5.0"
}
}