UNPKG

@platform/cell.client

Version:

A strongly typed HTTP client for operating with a CellOS service end-point.

39 lines (38 loc) 1.01 kB
{ "name": "@platform/cell.client", "version": "0.3.96", "description": "A strongly typed HTTP client for operating with a CellOS service end-point.", "main": "lib/index", "types": "lib/index.d.ts", "scripts": { "start": "node .", "watch": "nodemon .", "test": "ts test", "lint": "ts lint", "build": "ts build --no-esm $@", "prepare": "ts-node -T scripts.ts/prepare && ts prepare" }, "dependencies": { "@platform/cell.schema": "0.5.106", "@platform/cell.types": "0.5.103", "@platform/cell.typesystem": "0.0.225", "@platform/http": "0.14.32", "@platform/http.types": "0.2.55", "@platform/libs": "0.3.2", "@platform/queue": "0.0.61", "@platform/types": "0.5.27", "form-data": "4.0.0" }, "devDependencies": { "@platform/npm": "0.4.21", "@platform/test": "0.3.2", "@platform/ts": "4.7.7" }, "files": [ "lib", "!lib/test", "!*.TEST.{js, mjs, d.ts}", "!*.INTEGRATION.{js, mjs, d.ts}" ], "license": "MIT" }