typizator
Version:
Runtime types and metadata schemas for Typescript
44 lines (43 loc) • 1.04 kB
JSON
{
"name": "typizator",
"version": "4.4.1",
"description": "Runtime types and metadata schemas for Typescript",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist && node build.js && tsc --emitDeclarationOnly",
"test": "tsc --build --clean && jest $npm_config_dir && npx coverage-badges"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cvdsfif/typizator.git"
},
"keywords": [
"typescript",
"serialization",
"deseralization",
"runtime types"
],
"author": "Nikit Zykov <ch.destr@gmail.com>",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/json-bigint": "^1.0.4",
"coverage-badges": "^1.0.7",
"esbuild": "^0.19.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
},
"dependencies": {
"json-bigint": "^1.0.0"
},
"engines": {
"node": ">=20.0.0"
}
}