UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@platform/cell.client",
3 "version": "0.3.35",
4 "description": "A strongly typed HTTP client for operating with a CellOS service end-point.",
5 "main": "lib/index",
6 "types": "lib/index.d.ts",
7 "scripts": {
8 "start": "node .",
9 "watch": "nodemon .",
10 "test": "ts test",
11 "lint": "ts lint",
12 "build": "ts build --no-esm $@",
13 "prepare": "ts-node -T scripts.ts/prepare && ts prepare"
14 },
15 "dependencies": {
16 "@platform/cell.schema": "0.5.45",
17 "@platform/cell.types": "0.5.45",
18 "@platform/cell.typesystem": "0.0.164",
19 "@platform/http": "0.14.4",
20 "@platform/http.types": "0.2.29",
21 "@platform/libs": "0.2.3",
22 "@platform/queue": "0.0.33",
23 "@platform/types": "0.5.11",
24 "form-data": "3.0.0"
25 },
26 "devDependencies": {
27 "@platform/npm": "0.3.22",
28 "@platform/test": "0.2.0",
29 "@platform/ts": "4.1.0"
30 },
31 "files": [
32 "lib",
33 "!lib/test",
34 "!*.TEST.{js, mjs, d.ts}",
35 "!*.INTEGRATION.{js, mjs, d.ts}"
36 ],
37 "license": "MIT"
38}