UNPKG

@tsed/common

Version:
88 lines 1.91 kB
{ "name": "@tsed/common", "description": "A TypeScript Framework on top of Express", "type": "module", "version": "8.7.1", "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": ">=7.0.1", "@tsed/platform-http": "8.7.1", "tslib": "2.7.0" }, "devDependencies": { "@tsed/barrels": "8.7.1", "@tsed/engines": "8.7.1", "@tsed/typescript": "8.7.1", "cross-env": "7.0.3", "eslint": "9.12.0", "typescript": "5.4.5" }, "peerDependencies": { "@tsed/logger": ">=7.0.1", "@tsed/logger-file": ">=7.0.1" }, "peerDependenciesMeta": { "@tsed/logger": { "optional": false }, "@tsed/logger-file": { "optional": false } } }