1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/generate-tray-icons/package.json
dependabot[bot] 955378d86b chore(deps-dev): Bump @swc/core from 1.3.52 to 1.3.53
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.52 to 1.3.53.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.3.52...v1.3.53)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-24 08:11:23 -04:00

35 lines
794 B
JSON

{
"name": "@k8slens/generate-tray-icons",
"version": "6.5.0-alpha.4",
"description": "CLI generating tray icons for building a lens-like application",
"license": "MIT",
"scripts": {
"clean": "rimraf dist/",
"build": "swc ./src/index.ts -d ./dist/",
"generate": "node ./dist/index.js"
},
"files": [
"dist"
],
"type": "module",
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.53",
"@types/jsdom": "^20.0.1",
"@types/node": "^16.18.24",
"@types/sharp": "^0.31.1",
"rimraf": "^4.4.1"
},
"dependencies": {
"arg": "^5.0.2",
"jsdom": "^21.1.0",
"rimraf": "^4.4.1",
"sharp": "^0.32.0"
}
}