@tsed/platform-http
Version:
A TypeScript Framework on top of Express
109 lines • 2.76 kB
JSON
{
"name": "@tsed/platform-http",
"description": "A TypeScript Framework on top of Express",
"type": "module",
"version": "8.14.1",
"source": "./src/common/index.ts",
"main": "./lib/esm/common/index.js",
"module": "./lib/esm/common/index.js",
"typings": "./lib/types/common/index.d.ts",
"exports": {
".": {
"tsed-source": "./src/index.ts",
"types": "./lib/types/common/index.d.ts",
"import": "./lib/esm/common/index.js",
"default": "./lib/esm/common/index.js"
},
"./testing": {
"tsed-source": "./src/testing/index.ts",
"types": "./lib/types/testing/index.d.ts",
"import": "./lib/esm/testing/index.js",
"default": "./lib/esm/testing/index.js"
}
},
"scripts": {
"build": "yarn barrels && yarn build:ts",
"barrels": "barrels",
"test": "vitest run",
"build:ts": "tsc --build tsconfig.esm.json",
"test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
},
"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/platform-http",
"repository": "https://github.com/tsedio/tsed",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/Romakita"
},
{
"type": "opencollective",
"url": "https://opencollective.com/tsed"
}
],
"dependencies": {
"@tsed/core": "8.14.1",
"@tsed/di": "8.14.1",
"@tsed/exceptions": "8.14.1",
"@tsed/hooks": "8.14.1",
"@tsed/json-mapper": "8.14.1",
"@tsed/logger": "^7.0.1",
"@tsed/platform-exceptions": "8.14.1",
"@tsed/platform-middlewares": "8.14.1",
"@tsed/platform-multer": "8.14.1",
"@tsed/platform-params": "8.14.1",
"@tsed/platform-response-filter": "8.14.1",
"@tsed/platform-router": "8.14.1",
"@tsed/platform-views": "8.14.1",
"@tsed/schema": "8.14.1",
"@types/json-schema": "7.0.15",
"accepts": "^1.3.8",
"tslib": "2.7.0",
"uuid": "10.0.0"
},
"devDependencies": {
"@tsed/barrels": "8.14.1",
"@tsed/engines": "8.14.1",
"@tsed/typescript": "8.14.1",
"cross-env": "7.0.3",
"eslint": "9.12.0",
"typescript": "5.4.5",
"vitest": "3.2.4"
},
"peerDependencies": {
"@tsed/logger": ">=7.0.1"
},
"peerDependenciesMeta": {
"@tsed/logger": {
"optional": false
}
}
}