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] e712922aeb chore(deps-dev): Bump @swc/core from 1.3.51 to 1.3.52
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.51 to 1.3.52.
- [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.51...v1.3.52)

---
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-20 09:00:20 -04:00

35 lines
794 B
JSON

{
"name": "@k8slens/generate-tray-icons",
"version": "6.5.0-alpha.3",
"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.52",
"@types/jsdom": "^20.0.1",
"@types/node": "^18.11.18",
"@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"
}
}