@matatbread/typia
Version:
Superfast runtime validators with only one line
122 lines • 3.08 kB
JSON
{
"name": "@matatbread/typia",
"version": "9.7.2-nrc",
"description": "Superfast runtime validators with only one line",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"module": "lib/index.mjs",
"bin": {
"typia": "./lib/executable/typia.js"
},
"tsp": {
"tscOptions": {
"parseAllJsDoc": true
}
},
"scripts": {
"test": "ts-node deploy --tag test",
"test:template": "npm run --tag test --template",
"-------------------------------------------------": "",
"build": "rimraf lib && tsc && rollup -c",
"dev": "rimraf lib && tsc --watch",
"dev:errors": "tsc --project tsconfig.errors.json --watch",
"eslint": "eslint",
"eslint:fix": "eslint --fix",
"prettier": "prettier src --check",
"prettier:fix": "prettier src --write",
"------------------------------------------------": "",
"package:latest": "ts-node deploy --tag latest",
"package:next": "ts-node deploy --tag next",
"package:patch": "ts-node deploy --tag patch",
"package:tgz": "ts-node deploy/tgz.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/samchon/typia"
},
"author": "Jeongho Nam",
"license": "MIT",
"bugs": {
"url": "https://github.com/samchon/typia/issues"
},
"homepage": "https://typia.io",
"dependencies": {
"@samchon/openapi": "^4.7.1",
"@standard-schema/spec": "^1.0.0",
"commander": "^10.0.0",
"comment-json": "^4.2.3",
"inquirer": "^8.2.5",
"package-manager-detector": "^0.2.0",
"randexp": "^0.5.3"
},
"peerDependencies": {
"typescript": ">=4.8.0 <5.10.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/inquirer": "^8.2.5",
"@types/node": "^18.15.12",
"@types/ts-expose-internals": "npm:ts-expose-internals@5.6.3",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"chalk": "^4.0.0",
"eslint-plugin-deprecation": "^3.0.0",
"prettier": "^3.2.5",
"prettier-plugin-jsdoc": "^1.3.3",
"rimraf": "^5.0.5",
"rollup": "^4.18.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-node-externals": "^8.0.0",
"suppress-warnings": "^1.0.2",
"tinyglobby": "^0.2.12",
"ts-node": "^10.9.2",
"typescript": "~5.9.2"
},
"sideEffects": false,
"files": [
"LICENSE",
"README.md",
"package.json",
"lib",
"src"
],
"keywords": [
"fast",
"json",
"stringify",
"typescript",
"transform",
"ajv",
"io-ts",
"zod",
"schema",
"json-schema",
"generator",
"assert",
"clone",
"is",
"validate",
"equal",
"runtime",
"type",
"typebox",
"checker",
"validator",
"safe",
"parse",
"prune",
"random",
"protobuf",
"llm",
"llm-function-calling",
"structured-output",
"openai",
"chatgpt",
"claude",
"gemini",
"llama"
]
}