49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@lion/ajax",
|
|
"version": "0.15.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"
|
|
},
|
|
"type": "module",
|
|
"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/fundamentals/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/*"
|
|
}
|
|
}
|