@nestia/core
Version:
Super-fast validation decorators of NestJS
99 lines • 2.29 kB
JSON
{
"name": "@nestia/core",
"version": "11.2.1",
"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"
},
"./package.json": "./package.json"
},
"tsp": {
"tscOptions": {
"parseAllJsDoc": true
}
},
"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/core": "12.1.0",
"@typia/interface": "12.1.0",
"@typia/utils": "12.1.0",
"detect-ts-node": "^1.0.5",
"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": "12.1.0",
"ws": "^7.5.3",
"@nestia/fetcher": "^11.2.1"
},
"peerDependencies": {
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"reflect-metadata": ">=0.1.12",
"rxjs": ">=6.0.3",
"typia": "12.1.0",
"@nestia/fetcher": "^11.2.1"
},
"devDependencies": {
"@nestjs/common": "^11.1.6",
"@nestjs/core": "^11.1.6",
"@nestjs/platform-express": "^11.1.6",
"@types/express": "^4.17.15",
"@types/inquirer": "^9.0.3",
"@types/multer": "^1.4.12",
"@types/ws": "^8.5.10",
"commander": "^10.0.0",
"comment-json": "^4.2.3",
"eslint-plugin-deprecation": "^1.4.1",
"fastify": "^4.28.1",
"git-last-commit": "^1.0.1",
"inquirer": "^8.2.5",
"rimraf": "^6.1.3",
"ts-node": "^10.9.2",
"tstl": "^3.0.0",
"typescript": "~6.0.3"
},
"files": [
"README.md",
"LICENSE",
"package.json",
"lib",
"src"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rimraf lib && tsc",
"dev": "rimraf lib && tsc --watch"
},
"types": "lib/index.d.ts"
}