{
	"name": "@agravity/public",
	"version": "9.0.3",
	"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": {
		"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/"
	}
}
