lion/packages/ajax/package.json
github-actions[bot] 742e0a3ccc Version Packages
2021-01-18 13:38:33 +00:00

46 lines
1.1 KiB
JSON

{
"name": "@lion/ajax",
"version": "0.5.15",
"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.8",
"singleton-manager": "1.2.1"
},
"keywords": [
"ajax",
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
}
}