cucumber-forge-report-generator
Version:
NPM Library for Generating Static Cucumber Reports
52 lines (51 loc) • 1.36 kB
JSON
{
"name": "cucumber-forge-report-generator",
"version": "1.7.0",
"description": "NPM Library for Generating Static Cucumber Reports",
"main": "src/Generator.js",
"types": "types/Generator.d.ts",
"scripts": {
"test": "cucumber-js features/*.feature",
"lint": "eslint src --color",
"lint:fix": "eslint src --color --fix",
"build:types": "tsc -p tsconfig.declaration.json",
"prepublishOnly": "npm run build:types",
"build:docs": "node ./.github/workflows/regenerateDocsReport.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cerner/cucumber-forge-report-generator.git"
},
"keywords": [
"Cucumber",
"NPM",
"Node",
"Report",
"Static"
],
"author": "Cerner Corporation",
"license": "Apache-2.0",
"release": {
"branches": [
"main"
],
"repositoryUrl": "https://github.com/cerner/cucumber-forge-report-generator.git"
},
"dependencies": {
"directory-tree": "^2.2.4",
"handlebars": "^4.7.6",
"i18next": "^19.7.0",
"i18next-fs-backend": "^1.0.7",
"moment": "^2.28.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"cucumber": "^6.0.5",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"jsdom": "^16.4.0",
"typescript": "^4.1.3"
}
}