UNPKG

1.71 kBJSONView Raw
1{
2 "name": "ketting",
3 "version": "4.0.0",
4 "description": "Opiniated HATEAOS / Rest client.",
5 "main": "dist/index.js",
6 "scripts": {
7 "test": "make test",
8 "prepublishOnly": "make build",
9 "build": "make build"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/evert/ketting.git"
14 },
15 "keywords": [
16 "rest",
17 "hypermedia",
18 "client",
19 "http",
20 "hateoas",
21 "hal"
22 ],
23 "author": "Evert Pot",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/evert/ketting/issues"
27 },
28 "homepage": "https://github.com/evert/ketting#readme",
29 "files": [
30 "src/",
31 "dist/",
32 "browser/ketting.min.js",
33 "browser/ketting.min.js.map"
34 ],
35 "types": "dist/index.d.ts",
36 "dependencies": {
37 "fetch-mw-oauth2": "^0.3.4",
38 "http-link-header": "^1.0.2",
39 "node-fetch": "^2.6.0",
40 "querystring-browser": "^1.0.4",
41 "sax": "^1.2.4",
42 "uri-template": "^1.0.1"
43 },
44 "devDependencies": {
45 "@types/chai": "^4.2.1",
46 "@types/http-link-header": "^1.0.1",
47 "@types/koa-bodyparser": "^4.3.0",
48 "@types/koa-logger": "^3.1.1",
49 "@types/koa-static": "^4.0.1",
50 "@types/mocha": "^5.2.7",
51 "@types/node": "^12.7.3",
52 "@types/node-fetch": "^2.5.0",
53 "@types/sax": "^1.2.0",
54 "awesome-typescript-loader": "^5.2.1",
55 "chai": "^4.2.0",
56 "koa": "^2.8.1",
57 "koa-bodyparser": "^4.2.1",
58 "koa-logger": "^3.2.1",
59 "koa-path-match": "^2.0.0",
60 "koa-static": "^5.0.0",
61 "mocha": "^6.2.0",
62 "nyc": "^14.1.1",
63 "ts-node": "^8.3.0",
64 "tslint": "^5.19.0",
65 "typescript": "^3.6.2",
66 "webpack": "^4.39.3",
67 "webpack-cli": "^3.3.7"
68 },
69 "nyc": {
70 "extension": [
71 ".ts"
72 ]
73 }
74}