tstyche
Version:
Everything You Need for Type Testing.
46 lines • 972 B
JSON
{
"name": "tstyche",
"version": "7.1.0",
"description": "Everything You Need for Type Testing.",
"keywords": [
"typescript",
"types",
"test",
"runner",
"expect"
],
"homepage": "https://tstyche.org",
"bugs": {
"url": "https://github.com/tstyche/tstyche/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tstyche/tstyche.git"
},
"funding": "https://github.com/tstyche/tstyche?sponsor=1",
"license": "MIT",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./api": "./dist/api.js",
"./tag": "./dist/tag.js",
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./dist/bin.js",
"peerDependencies": {
"typescript": ">=5.4"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"engines": {
"node": ">=22.12"
}
}