UNPKG

@datev-research/mandat-shared-utils

Version:

Shared Utilities for the MANDAT B2B Showcase

63 lines (62 loc) 1.68 kB
{ "name": "@datev-research/mandat-shared-utils", "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": "Shared Utilities for the MANDAT B2B Showcase", "keywords": [ "mandat", "solid", "datev" ], "scripts": { "compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json", "prebuild": "rimraf ./dist", "build": "run-s compile", "postbuild": "node ./scripts/prepare-package-json.js", "test": "jest" }, "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-interop": "^1.0.2", "@datev-research/mandat-shared-solid-oidc": "^1.0.2", "n3": "^1.23.1", "primeflex": "^3.3.1", "primeicons": "^6.0.1", "primevue": "^3.53.0", "vue": "~3.4.38", "vue-i18n": "^10.0.5", "vue-router": "^4.0.3" }, "devDependencies": { "@types/n3": "^1.21.1", "@types/node": "^22.9.3", "jest": "^29.0.0", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", "ts-jest": "^29.0.0", "typescript": "^5.7.2" }, "gitHead": "2efedd5457dec65bb8ccc65a37303339ac624972" }