UNPKG

expect-type

Version:

[![CI](https://github.com/mmkal/expect-type/actions/workflows/ci.yml/badge.svg)](https://github.com/mmkal/expect-type/actions/workflows/ci.yml) ![npm](https://img.shields.io/npm/dt/expect-type) [![X (formerly Twitter) Follow](https://img.shields.io/twitte

49 lines 1.06 kB
{ "name": "expect-type", "version": "1.2.1", "engines": { "node": ">=12.0.0" }, "keywords": [ "typescript", "type-check", "assert", "types", "typings", "test", "testing" ], "homepage": "https://github.com/mmkal/expect-type#readme", "repository": { "type": "git", "url": "https://github.com/mmkal/expect-type.git" }, "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "*.md" ], "devDependencies": { "@arethetypeswrong/cli": "0.17.3", "@types/node": "^22.0.0", "@vitest/ui": "^3.0.0", "eslint": "^8.57.0", "eslint-plugin-mmkal": "0.9.0", "np": "^10.2.0", "pkg-pr-new": "0.0.39", "strip-ansi": "7.1.0", "ts-morph": "23.0.0", "typescript": "5.7.3", "vitest": "^3.0.0" }, "scripts": { "eslint": "eslint --max-warnings 0", "lint": "tsc && pnpm eslint .", "type-check": "tsc", "build": "tsc -p tsconfig.lib.json", "arethetypeswrong": "attw --pack", "test": "vitest run" } }