@nestia/core
Version:
Super-fast validation decorators of NestJS
112 lines • 2.56 kB
JSON
{
"name": "@nestia/core",
"version": "12.1.0",
"description": "Super-fast validation decorators of NestJS",
"main": "lib/index.js",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./lib/transform": {
"types": "./lib/transform.d.ts",
"default": "./lib/transform.js"
},
"./native/transform.cjs": "./native/transform.cjs",
"./package.json": "./package.json"
},
"tsp": {
"tscOptions": {
"parseAllJsDoc": true
}
},
"ttsc": {
"plugin": {
"transform": "@nestia/core/native/transform.cjs"
}
},
"repository": {
"type": "git",
"url": "https://github.com/samchon/nestia"
},
"keywords": [
"nestjs",
"nestia",
"typia",
"validator",
"decorator",
"class-validator",
"class-transformer"
],
"author": "Jeongho Nam",
"license": "MIT",
"bugs": {
"url": "https://github.com/samchon/nestia/issues"
},
"homepage": "https://nestia.io",
"dependencies": {
"@typia/interface": "^13.2.0",
"@typia/utils": "^13.2.0",
"get-function-location": "^2.0.0",
"glob": "^11.0.3",
"path-parser": "^6.1.0",
"raw-body": "^2.0.0",
"reflect-metadata": ">=0.1.12",
"rxjs": ">=6.0.3",
"tgrid": "^1.1.0",
"typia": "^13.2.0",
"ws": "^7.5.3",
"@nestia/fetcher": "^12.1.0"
},
"peerDependencies": {
"@modelcontextprotocol/sdk": "^1.18.0",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"reflect-metadata": ">=0.1.12",
"rxjs": ">=6.0.3",
"typia": "^13.2.0",
"@nestia/fetcher": "^12.1.0"
},
"peerDependenciesMeta": {
"@modelcontextprotocol/sdk": {
"optional": true
}
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.18.0",
"@nestjs/common": "^11.1.6",
"@nestjs/core": "^11.1.6",
"@nestjs/platform-express": "^11.1.6",
"@types/express": "^4.17.15",
"@types/multer": "^1.4.12",
"@types/ws": "^8.5.10",
"fastify": "^4.28.1",
"rimraf": "^6.1.3",
"ttsc": "^0.20.0",
"tstl": "^3.0.0",
"typescript": "^7.0.2"
},
"files": [
"README.md",
"MIGRATION.md",
"LICENSE",
"package.json",
"lib",
"native/cmd",
"native/go.mod",
"native/go.sum",
"native/plugin",
"native/transform",
"native/transform.cjs",
"src"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rimraf lib && ttsc",
"dev": "ttsc --watch",
"test:go": "cd test && go test ./..."
},
"types": "lib/index.d.ts"
}