@platform/cell.client
Version:
A strongly typed HTTP client for operating with a CellOS service end-point.
38 lines (37 loc) • 932 B
JSON
{
"name": "@platform/cell.client",
"version": "0.2.59",
"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 prepare"
},
"dependencies": {
"@platform/cell.schema": "0.4.85",
"@platform/cell.types": "0.4.77",
"@platform/cell.typesystem": "0.0.23",
"@platform/http": "0.12.5",
"@platform/http.types": "0.2.1",
"@platform/libs": "0.2.1",
"@platform/types": "0.4.14",
"form-data": "3.0.0"
},
"devDependencies": {
"@platform/test": "0.1.7",
"@platform/ts": "3.7.20"
},
"files": [
"lib",
"!lib/test",
"!*.TEST.{js, mjs, d.ts}",
"!*.INTEGRATION.{js, mjs, d.ts}"
],
"license": "MIT"
}