UNPKG

typeas

Version:

Library for checking data values and type safety

52 lines (51 loc) 994 B
{ "name": "typeas", "version": "0.0.1", "type": "module", "description": "Library for checking data values and type safety", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.cjs" } }, "main": "./dist/cjs/index.cjs", "types": "./dist/cjs/index.d.cts", "files": [ "src", "dist" ], "scripts": { "build": "tsup" }, "keywords": [ "typeas", "check", "checker", "validator", "expression", "ts-checker", "type-checker", "data-checker", "expression-checker", "ts-validator", "type-validator", "data-validator", "expression-validator" ], "license": "ISC", "author": "orson", "repository": { "url": "https://github.com/openorson/typeas" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/node": "^20.11.10", "terser": "^5.27.0", "tsup": "^8.0.1", "typescript": "^5.3.3", "vitest": "^1.2.2" } }