45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "@lion/ajax",
|
|
"version": "0.5.3",
|
|
"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": {
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js",
|
|
"start": "cd ../../ && yarn dev-server --open packages/ajax/README.md",
|
|
"test": "cd ../../ && yarn test:browser --grep \"packages/ajax/test/**/*.test.js\"",
|
|
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/ajax/test/**/*.test.js\""
|
|
},
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"@bundled-es-modules/axios": "0.18.1",
|
|
"@lion/core": "0.11.0",
|
|
"singleton-manager": "1.1.2"
|
|
},
|
|
"keywords": [
|
|
"ajax",
|
|
"lion",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|