@tapjs/reporter
Version:
Pretty test output reporters for tap
104 lines (103 loc) • 2.4 kB
JSON
{
"name": "@tapjs/reporter",
"version": "4.4.10",
"description": "Pretty test output reporters for tap",
"tshy": {
"dialects": [
"esm"
],
"exports": {
"./package.json": "./package.json",
".": "./src/index.tsx",
"./hooks": "./src/hooks.ts",
"./components": "./src/components.ts",
"./utils": "./src/utils.ts"
},
"selfLink": false
},
"type": "module",
"module": "./dist/esm/index.js",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
}
},
"./hooks": {
"import": {
"types": "./dist/esm/hooks.d.ts",
"default": "./dist/esm/hooks.js"
}
},
"./components": {
"import": {
"types": "./dist/esm/components.d.ts",
"default": "./dist/esm/components.js"
}
},
"./utils": {
"import": {
"types": "./dist/esm/utils.d.ts",
"default": "./dist/esm/utils.js"
}
}
},
"files": [
"dist"
],
"scripts": {
"prepare": "tshy",
"pretest": "npm run prepare",
"presnap": "npm run prepare",
"test": "tap",
"snap": "tap",
"format": "prettier --write . --log-level warn --ignore-path ../../.prettierignore --cache",
"typedoc": "typedoc ./src/*.ts"
},
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/config": "5.6.4",
"@tapjs/stack": "4.3.3",
"chalk": "^5.6.2",
"ink": "^5.2.1",
"minipass": "^7.0.4",
"ms": "^2.1.3",
"patch-console": "^2.0.0",
"prismjs-terminal": "^1.2.3",
"react": "^18.2.0",
"string-length": "^6.0.0",
"tap-parser": "18.3.4",
"tap-yaml": "4.4.2",
"tcompare": "9.3.2"
},
"peerDependencies": {
"@tapjs/core": "4.5.8"
},
"tap": {
"typecheck": false,
"coverage-map": "map.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tapjs/tapjs.git",
"path": "src/reporter"
},
"homepage": "https://github.com/tapjs/tapjs/tree/main/src/reporter#readme",
"bugs": {
"url": "https://github.com/tapjs/tapjs/issues"
},
"keywords": [
"tapjs",
"ink",
"reporter"
],
"funding": {
"url": "https://github.com/sponsors/isaacs"
},
"engines": {
"node": "20 || >=22"
}
}