@northflank/js-client
Version:
Node.js client for the Northflank platform based on the Northflank public API.
44 lines (43 loc) • 814 B
JSON
{
"name": "@northflank/js-client",
"version": "0.8.5",
"license": "MIT",
"author": "Marco Suter",
"main": "dist/cjs/api-client.js",
"typings": "dist/esm/api-client.d.ts",
"module": "dist/esm/api-client.js",
"exports": {
".": {
"import": "./dist/esm/api-client.js",
"require": "./dist/cjs/api-client.js"
}
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"lodash-es": "^4.17.21",
"node-fetch": "2.6.7",
"pump": "^3.0.2",
"tar": "^7.4.3",
"whatwg-url": "14.2.0",
"ws": "^8.18.0"
},
"overrides": {
"node-fetch@2.6.7": {
"whatwg-url": "14.2.0"
}
},
"resolutions": {
"node-fetch/whatwg-url": "14.2.0"
},
"files": [
"dist/",
"LICENSE"
],
"keywords": [
"northflank",
"client",
"nf"
]
}