1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/utility-features/test-utils/package.json
k8slens bot 9eb7bd11ac Release 6.5.0-cron.79a4eb3
Signed-off-by: k8slens bot <bot@k8slens.dev>
2023-03-14 00:20:56 +00:00

28 lines
640 B
JSON

{
"name": "@k8slens/test-utils",
"version": "6.5.0-cron.79a4eb3",
"description": "A collection of utilities for testing",
"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": {
"build": "webpack",
"dev": "webpack --mode=development --watch",
"test": "jest --coverage --runInBand"
}
}