mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
30 lines
658 B
JSON
30 lines
658 B
JSON
{
|
|
"name": "@k8slens/release-tool",
|
|
"version": "6.5.0-alpha.2",
|
|
"description": "Release tool for lens monorepo",
|
|
"main": "dist/index.mjs",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "rimraf dist/",
|
|
"build": "swc ./src/index.ts -d ./dist"
|
|
},
|
|
"bin": {
|
|
"create-release-pr": "./dist/index.js"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@swc/cli": "^0.1.61",
|
|
"@swc/core": "^1.3.44",
|
|
"@types/inquirer": "^9.0.3",
|
|
"@types/node": "^16.18.11",
|
|
"@types/semver": "^7.3.13",
|
|
"rimraf": "^4.4.1"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^5.2.0",
|
|
"inquirer": "^9.1.4",
|
|
"semver": "^7.3.8"
|
|
}
|
|
}
|