UNPKG

@tsed/common

Version:
85 lines 1.85 kB
{ "name": "@tsed/common", "description": "A TypeScript Framework on top of Express", "type": "module", "version": "8.26.0", "source": "./src/index.ts", "main": "./lib/esm/index.js", "module": "./lib/esm/index.js", "typings": "./lib/types/index.d.ts", "exports": { ".": { "tsed-source": "./src/index.ts", "types": "./lib/types/index.d.ts", "import": "./lib/esm/index.js", "default": "./lib/esm/index.js" } }, "scripts": { "build": "yarn build:ts", "build:ts": "tsc --build tsconfig.esm.json" }, "keywords": [ "Express", "Koa", "TypeScript", "typescript", "Decorator", "decorators", "decorator", "express", "koa", "Controller", "Inject", "ioc", "di", "mvc", "swagger", "swagger ui", "ES2015", "ES6", "server", "rest", "api", "validation" ], "author": "Romain Lenzotti", "license": "MIT", "bugs": { "url": "https://github.com/tsedio/tsed/issues" }, "homepage": "https://github.com/tsedio/tsed/tree/production/packages/platform/common", "repository": "https://github.com/tsedio/tsed", "funding": [ { "type": "github", "url": "https://github.com/sponsors/Romakita" }, { "type": "opencollective", "url": "https://opencollective.com/tsed" } ], "dependencies": { "@tsed/logger-file": ">=8.0.0", "@tsed/logger-std": ">=8.0.0", "@tsed/platform-http": "8.26.0", "tslib": ">=2.7.0" }, "devDependencies": { "@tsed/barrels": "8.26.0", "@tsed/engines": "8.26.0", "@tsed/typescript": "8.26.0", "cross-env": "7.0.3", "eslint": "9.12.0", "typescript": "5.9.3" }, "peerDependencies": { "@tsed/logger": ">=8.0.0" }, "peerDependenciesMeta": { "@tsed/logger": { "optional": false } } }