UNPKG

973 BJSONView Raw
1{
2 "name": "@platform/http",
3 "version": "0.14.16",
4 "description": "Tools for working with HTTP.",
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 "test:integration": "ts test --suffix INTEGRATION",
13 "tddi": "ts test --suffix INTEGRATION --watch",
14 "lint": "ts lint",
15 "build": "ts build --no-esm",
16 "prepare": "ts prepare"
17 },
18 "dependencies": {
19 "@platform/http.types": "0.2.41",
20 "@platform/libs": "0.2.10",
21 "@platform/types": "0.5.20",
22 "@platform/util.mimetype": "0.1.37",
23 "@platform/util.value": "0.8.21",
24 "isomorphic-fetch": "3.0.0"
25 },
26 "devDependencies": {
27 "@platform/test": "0.2.6",
28 "@platform/ts": "4.1.12",
29 "@types/isomorphic-fetch": "0.0.35"
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}