UNPKG

ketting

Version:

Opiniated HATEAOS / Rest client.

93 lines (92 loc) 2.13 kB
{ "name": "ketting", "version": "6.2.0", "description": "Opiniated HATEAOS / Rest client.", "main": "dist/index.js", "browser": "browser/ketting.min.js", "scripts": { "test": "make test", "prepublishOnly": "make build", "build": "make build" }, "repository": { "type": "git", "url": "git+https://github.com/badgateway/ketting.git" }, "keywords": [ "rest", "hypermedia", "client", "http", "hateoas", "hal" ], "author": "Evert Pot", "license": "MIT", "bugs": { "url": "https://github.com/badgateway/ketting/issues" }, "homepage": "https://github.com/badgateway/ketting#readme", "files": [ "src/", "dist/", "browser/ketting.min.js", "browser/ketting.min.js.map" ], "types": "dist/index.d.ts", "dependencies": { "fetch-mw-oauth2": "^0.7.3", "hal-types": "^1.2.1", "http-link-header": "^1.0.3", "node-fetch": "^2.6.1", "querystring-browser": "^1.0.4", "sax": "^1.2.4", "uri-template": "^1.0.1" }, "devDependencies": { "@types/chai": "^4.2.14", "@types/http-link-header": "^1.0.2", "@types/koa-bodyparser": "^4.3.0", "@types/koa-logger": "^3.1.1", "@types/koa-static": "^4.0.1", "@types/mocha": "^8.0.4", "@types/node": "^10.17.48", "@types/node-fetch": "^2.5.7", "@types/sax": "^1.2.1", "@typescript-eslint/eslint-plugin": "^4.9.0", "@typescript-eslint/parser": "^4.9.0", "awesome-typescript-loader": "^5.2.1", "chai": "^4.2.0", "eslint": "^7.14.0", "koa": "^2.13.0", "koa-bodyparser": "^4.3.0", "koa-logger": "^3.2.1", "koa-path-match": "^3.0.0", "koa-static": "^5.0.0", "mocha": "^8.2.1", "nyc": "^15.1.0", "ts-node": "^9.0.0", "typescript": "^4.1.2", "webpack": "^5.9.0", "webpack-cli": "^4.2.0" }, "nyc": { "extension": [ ".ts" ] }, "mocha": { "require": [ "ts-node/register", "test/testserver.ts" ], "ignore": "test/test-entrypoint.ts", "recursive": true, "extension": [ "ts", "js", "tsx" ], "exit": true } }