{ "name": "@lion/ajax", "version": "0.5.9", "description": "Thin wrapper around axios to allow for custom interceptors", "license": "MIT", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", "repository": { "type": "git", "url": "https://github.com/ing-bank/lion.git", "directory": "packages/ajax" }, "main": "index.js", "module": "index.js", "files": [ "*.d.ts", "*.js", "docs", "src", "test", "test-helpers", "translations", "types" ], "scripts": { "debug": "cd ../../ && npm run debug -- --group ajax", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group ajax", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group ajax", "prepublishOnly": "../../scripts/npm-prepublish.js", "test": "cd ../../ && npm run test:browser -- --group ajax" }, "sideEffects": false, "dependencies": { "@bundled-es-modules/axios": "0.18.1", "@lion/core": "0.13.4", "singleton-manager": "1.1.2" }, "keywords": [ "ajax", "lion", "web-components" ], "publishConfig": { "access": "public" } }