UNPKG

tap-yaml

Version:

Yaml handling for TAP parsers and generators

71 lines (70 loc) 1.64 kB
{ "name": "tap-yaml", "version": "4.4.2", "description": "Yaml handling for TAP parsers and generators", "tshy": { "main": true, "exports": { "./package.json": "./package.json", ".": "./src/index.ts" }, "selfLink": false }, "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" } } }, "files": [ "dist" ], "scripts": { "snap": "tap", "test": "tap", "prepare": "tshy", "pretest": "npm run prepare", "presnap": "npm run prepare", "format": "prettier --write . --log-level warn --ignore-path ../../.prettierignore --cache", "typedoc": "typedoc --tsconfig tsconfig/esm.json ./src/*.ts" }, "author": "Isaac Z. Schlueter <i@izs.me>", "license": "BlueOak-1.0.0", "dependencies": { "yaml": "^2.8.3", "yaml-types": "^0.4.0" }, "tap": { "typecheck": false, "coverage-map": "map.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/tapjs/tapjs.git", "path": "src/yaml" }, "homepage": "https://github.com/tapjs/tapjs/tree/main/src/yaml#readme", "bugs": { "url": "https://github.com/tapjs/tapjs/issues" }, "keywords": [ "tap", "yaml", "test", "testanything" ], "engines": { "node": "20 || >=22" } }