playwright-teamcity-reporter
Version:
Playwright Teamcity Reporter
70 lines (69 loc) • 1.74 kB
JSON
{
"name": "playwright-teamcity-reporter",
"version": "1.0.5",
"description": "Playwright Teamcity Reporter",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/artemrudenko/playwright-teamcity-reporter.git"
},
"bugs": {
"url": "https://github.com/artemrudenko/playwright-teamcity-reporter/issues"
},
"scripts": {
"build": "npm run clean && npm run dev",
"clean": "rimraf -- dist",
"dev": "npm run lint && tsc",
"dev:watch": "nodemon --exec npm run dev || exit 1",
"lint": "eslint src/**",
"lint:fix": "eslint --fix src/**",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "auto-changelog -p && git add CHANGELOG.md",
"test": "jest"
},
"keywords": [
"playwright",
"teamcity",
"reporter"
],
"author": {
"name": "Artem Rudenko",
"email": "artemr2009@gmail.com"
},
"contributors": [
{
"name": "Andrea Canciani",
"url": "https://github.com/ranma42"
},
{
"name": "Michal Stanke",
"url": "https://github.com/MikkCZ"
},
{
"name": "Anton Manokhin",
"utl": "https://github.com/amanokh"
}
],
"license": "MIT",
"devDependencies": {
"@playwright/test": "^1.42.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"auto-changelog": "^2.4.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"node": "^18.18.0",
"rimraf": "3.0.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^4.7.4"
},
"files": [
"dist/**/*"
]
}