zip-tap-reporter
Version:
A small and colorful reporter for zip-tap
59 lines (58 loc) • 1.49 kB
JSON
{
"name": "zip-tap-reporter",
"version": "2.0.1",
"description": "A small and colorful reporter for zip-tap",
"main": "dist/build.cjs.js",
"module": "dist/build.esm.js",
"typings": "typings/index.d.ts",
"scripts": {
"start": "cross-env NODE_ENV=production rollup -c && zip-tap-reporter node tests/cli-test.js",
"build": "cross-env NODE_ENV=production rollup -c && tsc",
"test": "cross-env NODE_ENV=development rollup -c",
"lint": "prettier --write \"./**\"",
"lint:test": "prettier --check \"./**\"",
"preversion": "npm run test && npm run lint:test && npm run build",
"prepublishOnly": "npm run build"
},
"keywords": [
"test",
"reporter",
"TAP"
],
"bin": {
"zip-tap-reporter": "bin/cmd"
},
"author": {
"name": "Vehmloewff",
"url": "https://github.com/Vehmloewff"
},
"files": [
"dist",
"typings"
],
"license": "MIT",
"devDependencies": {
"@types/js-yaml": "^3.12.2",
"acorn": "^7.1.0",
"cross-env": "^7.0.0",
"delay": "^4.3.0",
"prettier": "^1.19.1",
"rollup": "^1.31.1",
"rollup-plugin-command": "^1.1.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^1.10.0",
"typescript": "^3.7.5",
"zip-tap": "^1.0.6"
},
"homepage": "https://github.com/Vehmloewff/zip-tap-reporter",
"repository": {
"type": "git",
"url": "https://github.com/Vehmloewff/zip-tap-reporter"
},
"dependencies": {
"chalk": "^3.0.0",
"js-yaml": "^3.13.1"
}
}