1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/node-fetch/package.json
Iku-turso aac6245e8c chore: Fix bad paths for yalc in package.jsons
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>

Signed-off-by: Mikko Aspiala <mikko.aspiala@gmail.com>
2023-06-06 11:03:21 +03:00

28 lines
516 B
JSON

{
"name": "@k8slens/node-fetch",
"version": "6.5.0",
"description": "Node fetch for Lens",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"scripts": {
"clean": "rimraf dist/",
"build": "webpack"
},
"dependencies": {
"node-fetch": "^3.3.0"
},
"devDependencies": {
"rimraf": "^4.4.1"
}
}