@yaagoub/decorators
Version:
Angular decorators
42 lines (41 loc) • 798 B
JSON
{
"name": "@yaagoub/decorators",
"version": "2.0.6",
"description": "Angular decorators",
"license": "MIT",
"homepage": "https://yaagoub.org/",
"keywords": [
"decorators",
"angular",
"node",
"react",
"vue",
"nestJs",
"typescript",
"javascript",
"validation",
"http"
],
"author": {
"name": "Oussama Yaagoub"
},
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0"
},
"sideEffects": false,
"module": "esm2022/yaagoub-decorators.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./esm2022/yaagoub-decorators.mjs"
}
},
"dependencies": {
"tslib": "^2.3.0"
}
}