simple-tg
Version:
Simple type guard helpers for TypeScript
34 lines (33 loc) • 758 B
JSON
{
"name": "simple-tg",
"version": "1.0.2",
"description": "Simple type guard helpers for TypeScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"clean": "rm -rf dist && rm .tsbuildinfo",
"build": "tsc",
"prepack": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/henhal/simple-type-guards.git"
},
"keywords": [
"TypeScript",
"type",
"guard",
"user-defined",
"types",
"typing"
],
"author": "henrik.hall2@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/henhal/simple-type-guards/issues"
},
"homepage": "https://github.com/henhal/simple-type-guards#readme"
}