@agravity/private
Version:
The Agravity GlobalDAM API which allowes authenticated user to access the Agravity GlobalDAM Backend
45 lines (44 loc) • 1.07 kB
JSON
{
"name": "@agravity/private",
"version": "9.3.0",
"description": "The Agravity GlobalDAM API which allowes authenticated user to 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",
"private"
],
"license": "MIT License",
"scripts": {
"build": "ng-packagr -p ng-package.json"
},
"peerDependencies": {
"@angular/core": "^19.0.0",
"rxjs": "^7.4.0"
},
"devDependencies": {
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"ng-packagr": "^18.1.0",
"reflect-metadata": "^0.1.3",
"rxjs": "^7.4.0",
"typescript": ">=5.4.0 <5.6.0",
"zone.js": "^0.14.7"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}