UNPKG

@decaf-ts/dist-angular

Version:

Decaf-ts' dist-angular install

51 lines 1.24 kB
{ "name": "@decaf-ts/dist-angular", "version": "0.0.3", "description": "Decaf-ts' dist-angular install", "type": "module", "exports": { "require": "./lib/index.cjs", "import": "./lib/esm/index.js" }, "types": "lib/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/decaf-ts/decaf-ts.git" }, "engines": { "node": ">=20.0.0", "npm": ">=10.0.0" }, "files": [ "lib", "dist" ], "keywords": [ "validation", "crud", "decorators", "decaf", "decaf-ts", "typescript", "ts" ], "author": "Tiago Venceslau", "license": "MIT", "bugs": { "url": "https://github.com/decaf-ts/decaf-ts/issues" }, "homepage": "https://github.com/decaf-ts/decaf-ts#readme", "dependencies": { "reflect-metadata": "^0.2.1", "@decaf-ts/db-decorators": "^0.4.31", "@decaf-ts/decorator-validation": "^1.4.21", "@decaf-ts/injectable-decorators": "^1.5.15", "@decaf-ts/reflection": "^0.3.26", "@decaf-ts/cli": "^0.0.14", "@decaf-ts/core": "^0.3.37", "@decaf-ts/ui-decorators": "^0.4.4", "@decaf-ts/transactional-decorators": "^0.0.21", "@decaf-ts/for-angular": "^0.0.4", "@decaf-ts/for-http": "^0.0.10" } }