@decaf-ts/dist-lite
Version:
Decaf-ts' dist-lite install
45 lines • 998 B
JSON
{
"name": "@decaf-ts/dist-lite",
"version": "0.0.3",
"description": "Decaf-ts' dist-lite 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"
}
}