UNPKG

@tapjs/core

Version:
84 lines (83 loc) 2.09 kB
{ "name": "@tapjs/core", "version": "4.5.2", "description": "pluggable core of node-tap", "tshy": { "main": true, "exports": { "./package.json": "./package.json", ".": "./src/index.ts", "./proc": "./src/proc.ts" } }, "type": "module", "main": "./dist/commonjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/commonjs/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/commonjs/index.d.ts", "default": "./dist/commonjs/index.js" } }, "./proc": { "import": { "types": "./dist/esm/proc.d.ts", "default": "./dist/esm/proc.js" }, "require": { "types": "./dist/commonjs/proc.d.ts", "default": "./dist/commonjs/proc.js" } } }, "files": [ "dist" ], "scripts": { "snap": "tap", "test": "tap", "prepare": "bash -c 'if [ -d src ]; then tshy; fi'", "pretest": "npm run prepare", "presnap": "npm run prepare", "format": "prettier --write . --log-level warn --ignore-path ../../.prettierignore --cache", "typedoc": "typedoc" }, "author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)", "license": "BlueOak-1.0.0", "dependencies": { "@tapjs/processinfo": "^3.1.9", "@tapjs/stack": "4.3.0", "@tapjs/test": "4.4.2", "async-hook-domain": "^4.0.1", "diff": "^8.0.2", "is-actual-promise": "^1.0.1", "minipass": "^7.0.4", "signal-exit": "4.1", "tap-parser": "18.3.0", "tap-yaml": "4.3.0", "tcompare": "9.3.0", "trivial-deferred": "^2.0.0" }, "tap": { "coverage-map": "map.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/tapjs/tapjs.git", "path": "src/core" }, "homepage": "https://github.com/tapjs/tapjs/src/core#readme", "bugs": { "url": "https://github.com/tapjs/tapjs/issues" }, "engines": { "node": "20 || >=22" } }