@northflank/js-client
Version:
Node.js client for the Northflank platform based on the Northflank public API.
46 lines (45 loc) • 874 B
JSON
{
"name": "@northflank/js-client",
"version": "0.8.8",
"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": {
"bufferutil": "^4.0.9",
"lodash-es": "^4.17.21",
"node-fetch": "2.6.7",
"pump": "^3.0.3",
"tar": "^7.5.2",
"utf-8-validate": "^6.0.5",
"whatwg-url": "14.2.0",
"ws": "^8.18.3"
},
"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"
]
}