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.99", "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.118", "@platform/cell.types": "0.4.106", "@platform/cell.typesystem": "0.0.57", "@platform/http": "0.12.20", "@platform/http.types": "0.2.10", "@platform/libs": "0.2.2", "@platform/queue": "0.0.13", "@platform/types": "0.4.22", "form-data": "3.0.0" }, "devDependencies": { "@platform/npm": "0.3.2", "@platform/test": "0.1.12", "@platform/ts": "3.9.3" }, "files": [ "lib", "!lib/test", "!*.TEST.{js, mjs, d.ts}", "!*.INTEGRATION.{js, mjs, d.ts}" ], "license": "MIT" }