@ima/plugin-halson-rest-client
Version:
HAL+JSON REST API client for IMA applications.
47 lines (46 loc) • 1.26 kB
JSON
{
"name": "@ima/plugin-halson-rest-client",
"version": "2.0.5",
"description": "HAL+JSON REST API client for IMA applications.",
"main": "./dist/cjs/main.js",
"module": "./dist/esm/main.js",
"types": "./dist/esm/main.d.ts",
"scripts": {
"test": "../../node_modules/.bin/jest --config=jest.config.js",
"build": "ima-plugin build",
"dev": "ima-plugin dev",
"link": "ima-plugin link",
"lint": "eslint './**/*.{js,jsx,ts,tsx,mjs}'"
},
"keywords": [
"ima",
"ima.js",
"rest",
"hal",
"json",
"halson",
"plugin"
],
"author": "Martin Jurča <martin.jurca@firma.seznam.cz>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/seznam/IMA.js-plugins.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"bugs": {
"url": "https://github.com/seznam/IMA.js-plugins/tree/master/packages/plugin-halson-rest-client/issues"
},
"homepage": "https://github.com/seznam/IMA.js-plugins/tree/master/packages/plugin-halson-rest-client#readme",
"dependencies": {
"@ima/plugin-rest-client": "^5.0.0",
"halson": "3.0.0",
"uri-template": "1.0.1"
},
"peerDependencies": {
"@ima/core": ">=18.0.0"
}
}