UNPKG

1.04 kBJSONView Raw
1{
2 "name": "@platform/cell.client",
3 "version": "0.3.22",
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 "tdd": "ts test --watch",
12 "lint": "ts lint",
13 "build": "ts build --no-esm",
14 "prepare": "ts-node -T scripts.ts/prepare && ts prepare"
15 },
16 "dependencies": {
17 "@platform/cell.schema": "0.5.32",
18 "@platform/cell.types": "0.5.33",
19 "@platform/cell.typesystem": "0.0.151",
20 "@platform/http": "0.14.4",
21 "@platform/http.types": "0.2.29",
22 "@platform/libs": "0.2.3",
23 "@platform/queue": "0.0.33",
24 "@platform/types": "0.5.11",
25 "form-data": "3.0.0"
26 },
27 "devDependencies": {
28 "@platform/npm": "0.3.22",
29 "@platform/test": "0.2.0",
30 "@platform/ts": "4.1.0"
31 },
32 "files": [
33 "lib",
34 "!lib/test",
35 "!*.TEST.{js, mjs, d.ts}",
36 "!*.INTEGRATION.{js, mjs, d.ts}"
37 ],
38 "license": "MIT"
39}