UNPKG

@agravity/public

Version:

The Agravity GlobalDAM API which allowes API key authenticated access the Agravity GlobalDAM Backend

46 lines (45 loc) 1.1 kB
{ "name": "@agravity/public", "version": "11.0.0", "description": "The Agravity GlobalDAM API which allowes API key authenticated access the Agravity GlobalDAM Backend", "author": "Philipp Losbichler", "repository": { "type": "git", "url": "git+https://github.com/agravityio/agravity-sdk-typescript" }, "keywords": [ "agravity", "dam", "globaldam", "apifirst", "api", "sdk", "typescript", "public" ], "license": "MIT License", "scripts": { "prepare": "npm run build", "build": "ng-packagr -p ng-package.json" }, "peerDependencies": { "@angular/core": "^21.0.0", "rxjs": "^7.4.0" }, "devDependencies": { "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", "@angular/compiler-cli": "^21.0.0", "@angular/core": "^21.0.0", "@angular/platform-browser": "^21.0.0", "ng-packagr": "^21.0.0", "reflect-metadata": "^0.1.3", "rxjs": "^7.4.0", "typescript": ">=5.9.0 <6.0.0", "zone.js": "^0.15.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }