UNPKG

@platform/cell.client

Version:

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

40 lines (39 loc) 1.03 kB
{ "name": "@platform/cell.client", "version": "0.2.121", "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", "tdd": "ts test --watch", "lint": "ts lint", "build": "ts build", "prepare": "ts-node -T scripts.ts/prepare && ts prepare" }, "dependencies": { "@platform/cell.schema": "0.4.139", "@platform/cell.types": "0.4.125", "@platform/cell.typesystem": "0.0.79", "@platform/http": "0.12.22", "@platform/http.types": "0.2.12", "@platform/libs": "0.2.2", "@platform/queue": "0.0.15", "@platform/types": "0.4.24", "form-data": "3.0.0" }, "devDependencies": { "@platform/npm": "0.3.4", "@platform/test": "0.1.14", "@platform/ts": "3.9.5" }, "files": [ "lib", "!lib/test", "!*.TEST.{js, mjs, d.ts}", "!*.INTEGRATION.{js, mjs, d.ts}" ], "license": "MIT" }