SAP-BTP-Spielwiese/app1/node_modules/axios-cookiejar-support/package.json
Markus Rettig 775ac7b58c completed step 3 from the tutorial
you must login with an BTP account in order to see the app
2024-02-08 16:13:36 +01:00

74 lines
1.7 KiB
JSON

{
"name": "axios-cookiejar-support",
"version": "2.0.3",
"description": "Add tough-cookie support to axios.",
"license": "MIT",
"author": "3846masa <3846masahiro+git@gmail.com>",
"homepage": "https://github.com/3846masa/axios-cookiejar-support#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/3846masa/axios-cookiejar-support.git"
},
"bugs": {
"url": "https://github.com/3846masa/axios-cookiejar-support/issues"
},
"main": "dist/index.js",
"browser": "noop.js",
"files": [
"dist",
"noop.js",
"!**/__tests__"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"semantic-release": "semantic-release",
"pretest": "npm run build",
"test": "ava"
},
"types": "dist/index.d.ts",
"dependencies": {
"http-cookie-agent": "^1.0.2"
},
"peerDependencies": {
"axios": ">=0.20.0",
"tough-cookie": ">=4.0.0"
},
"devDependencies": {
"@ava/typescript": "2.0.0",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/exec": "5.0.0",
"@semantic-release/git": "9.0.1",
"@types/node": "12.20.33",
"@types/tough-cookie": "4.0.1",
"ava": "3.15.0",
"axios": "0.22.0",
"semantic-release": "17.4.7",
"tough-cookie": "4.0.0",
"typescript": "4.4.3"
},
"keywords": [
"axios",
"cookie",
"cookiejar",
"cookies",
"tough-cookie"
],
"engines": {
"node": ">=12.19.0 <13.0.0 || >=14.5.0"
},
"publishConfig": {
"access": "public"
},
"ava": {
"files": [
"**/__tests__/*.spec.ts"
],
"typescript": {
"rewritePaths": {
"src/": "dist/"
},
"compile": false
}
}
}