{ "name": "@lion/ajax", "version": "0.11.0", "description": "Thin wrapper around fetch with support for 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", "custom-elements.json", "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", "publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../ --copy-dir docs/docs/tools/ajax/assets", "prepublishOnly": "npm run publish-docs", "test": "cd ../../ && npm run test:browser -- --group ajax" }, "keywords": [ "ajax", "fetch", "http", "lion", "web-components" ], "publishConfig": { "access": "public" }, "exports": { ".": "./index.js", "./docs/": "./docs/" } }