@contentgrid/fetch-hook-authentication
Version:
46 lines (45 loc) • 1 kB
JSON
{
"name": "@contentgrid/fetch-hook-authentication",
"version": "0.4.2",
"description": "",
"keywords": [
"fetch",
"typescript",
"hooks",
"fetch-hook"
],
"main": "./build/index.js",
"module": "./build/index.mjs",
"types": "./build/index.d.ts",
"exports": {
".": {
"types": "./build/index.d.ts",
"import": "./build/index.mjs",
"default": "./build/index.js"
}
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.22.10",
"@contentgrid/fetch-hooks": "0.4.2",
"@types/whatwg-mimetype": "^3.0.2",
"tslib": "^2.6.1",
"whatwg-mimetype": "^4.0.0"
},
"scripts": {
"prepare": "rollup -c",
"test": "jest"
},
"publishConfig": {
"access": "public"
},
"files": [
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/xenit-eu/contentgrid-ts.git",
"directory": "packages/fetch-hook-authentication"
},
"gitHead": "0f4b76e8adc8c1a0abe2551ed47886e752bc497b"
}