@datev-research/mandat-shared-solid-requests
Version:
SOLID Request Functions
57 lines (56 loc) • 1.48 kB
JSON
{
"name": "@datev-research/mandat-shared-solid-requests",
"version": "1.0.3",
"homepage": "https://github.com/DATEV-Research/",
"author": "DATEV eG <info@datev.de> (https://www.datev.de/)",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/DATEV-Research/Solid-B2B-showcase-libs.git"
},
"description": "SOLID Request Functions",
"keywords": [
"solid",
"datev"
],
"scripts": {
"compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
"prebuild": "rimraf ./dist",
"build": "run-s compile",
"test": "exit 0",
"postbuild": "node ./scripts/prepare-package-json.js"
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
"default": "./dist/esm/index.js"
}
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@datev-research/mandat-shared-solid-oidc": "^1.0.2",
"axios": "^1.7.7",
"jose": "^5.9.6",
"n3": "^1.23.1"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/n3": "^1.21.1",
"jest": "^29.0.0",
"npm-run-all2": "^7.0.1",
"rimraf": "^6.0.1",
"ts-jest": "^29.0.0",
"typescript": "^5.7.2"
},
"gitHead": "e0691931189c5af1bb00955e4e874f7f2eabdb75"
}