@qualitywatcher/codeceptjs-reporter
Version:
QualityWatcher plugin reporter for CodeceptJS
51 lines (50 loc) • 1.2 kB
JSON
{
"name": "@qualitywatcher/codeceptjs-reporter",
"version": "1.0.0",
"description": "QualityWatcher plugin reporter for CodeceptJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/QualityWorksCG/qualitywatcher.codeceptjs-reporter"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"CodeceptJS",
"QualityWatcher",
"Reporter"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/QualityWorksCG/qualitywatcher.codeceptjs-reporter/issues"
},
"homepage": "",
"dependencies": {
"axios": "^1.1.3",
"colors": "^1.4.0",
"date-fns": "^2.28.0",
"fast-safe-stringify": "^2.1.1"
},
"scripts": {
"lint": "eslint . --fix",
"semantic-release": "semantic-release",
"build": "tsc"
},
"devDependencies": {
"@types/node": "^14.18.33",
"codeceptjs": "^3.3.6",
"eslint": "^6.7.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.12.0",
"playwright": "^1.28.0",
"semantic-release": "^19.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"files": [
"dist/*"
]
}