zora-tap-reporter
Version:
TAP reporters for zora testing library
35 lines (34 loc) • 698 B
JSON
{
"name": "zora-tap-reporter",
"version": "2.0.0",
"description": "TAP reporters for zora testing library",
"main": "dist/index",
"module": "dist/module.js",
"types": "dist/declarations/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"build:compile": "../node_modules/.bin/tsc",
"build:bundle": "../node_modules/.bin/rollup -c rollup.js",
"build": "npm run build:compile && npm run build:bundle"
},
"keywords": [
"zora",
"tap",
"reporter",
"test",
"testing",
"bdd",
"unit",
"tool",
"productivity",
"browser",
"nodejs"
],
"author": "Laurent RENARD",
"license": "MIT",
"files": [
"dist"
]
}