tap
Version:
A Test-Anything-Protocol library for JavaScript
39 lines (38 loc) • 776 B
JSON
{
"name": "tap-yaml",
"version": "1.0.0",
"description": "Yaml handling for TAP parsers and generators",
"main": "index.js",
"scripts": {
"test": "tap test/*.js",
"snap": "tap test/*.js",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/tap-yaml.git"
},
"keywords": [
"tap",
"yaml",
"test",
"testanything"
],
"author": "Isaac Z. Schlueter <i@izs.me>",
"license": "ISC",
"dependencies": {
"yaml": "^1.5.0"
},
"devDependencies": {
"tap": "^13.0.0-rc.21"
},
"files": [
"index.js",
"lib/**/*.js"
],
"tap": {
"check-coverage": true
}
}