UNPKG

conditional-type-checks

Version:
36 lines 842 B
{ "module": "./esm/mod.js", "main": "./script/mod.js", "types": "./types/mod.d.ts", "name": "conditional-type-checks", "version": "1.0.6", "description": "Types for testing TypeScript types.", "repository": { "type": "git", "url": "git+https://github.com/dsherret/conditional-type-checks.git" }, "keywords": [ "typescript", "testing", "types" ], "author": "David Sherret", "license": "MIT", "bugs": { "url": "https://github.com/dsherret/conditional-type-checks/issues" }, "homepage": "https://github.com/dsherret/conditional-type-checks#readme", "exports": { ".": { "import": "./esm/mod.js", "require": "./script/mod.js", "types": "./types/mod.d.ts" } }, "scripts": { "test": "node test_runner.js" }, "devDependencies": { "chalk": "4.1.2" } }