79 lines
2.2 KiB
JSON
79 lines
2.2 KiB
JSON
|
{
|
||
|
"name": "testcafe-reporter-dashboard",
|
||
|
"version": "0.2.10",
|
||
|
"description": "Dashboard TestCafe reporter plugin.",
|
||
|
"author": {
|
||
|
"name": "Developer Express Inc.",
|
||
|
"url": "https://www.devexpress.com/"
|
||
|
},
|
||
|
"main": "lib/index",
|
||
|
"types": "./lib/types/index.d.ts",
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"lint": "eslint --ext .ts src test",
|
||
|
"publish-please": "publish-please",
|
||
|
"prepublish": "publish-please guard",
|
||
|
"sandbox": "gulp build && node \"./sandbox/index.js\"",
|
||
|
"test": "yarn run lint && gulp build && ts-node \"./node_modules/mocha/lib/cli/cli.js\" \"test/**/*.ts\"",
|
||
|
"test-debug": "gulp build && mocha -r ts-node/register --inspect-brk \"test/**/*.ts\""
|
||
|
},
|
||
|
"keywords": [
|
||
|
"testcafe",
|
||
|
"reporter",
|
||
|
"plugin"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"@ffmpeg-installer/ffmpeg": "^1.0.20",
|
||
|
"@types/isomorphic-fetch": "0.0.35",
|
||
|
"@types/mocha": "^7.0.2",
|
||
|
"@types/node": "^13.9.2",
|
||
|
"@types/semver": "^7.3.6",
|
||
|
"@typescript-eslint/eslint-plugin": "^2.24.0",
|
||
|
"@typescript-eslint/parser": "^2.24.0",
|
||
|
"babel-eslint": "^10.0.1",
|
||
|
"callsite-record": "^3.2.0",
|
||
|
"del": "^1.2.0",
|
||
|
"eslint": "^6.8.0",
|
||
|
"eslint-config-standard": "^14.1.1",
|
||
|
"eslint-import-resolver-ts": "^0.4.2",
|
||
|
"eslint-plugin-filenames": "^1.3.2",
|
||
|
"eslint-plugin-import": "^2.20.1",
|
||
|
"eslint-plugin-node": "^11.0.0",
|
||
|
"eslint-plugin-promise": "^4.2.1",
|
||
|
"eslint-plugin-standard": "^4.0.1",
|
||
|
"gulp": "^4.0.2",
|
||
|
"gulp-typescript": "^5.0.1",
|
||
|
"mocha": "^10.1.0",
|
||
|
"mock-require": "^3.0.3",
|
||
|
"normalize-newline": "^1.0.2",
|
||
|
"publish-please": "^5.5.2",
|
||
|
"read-file-relative": "^1.2.0",
|
||
|
"testcafe": "^1.17.0",
|
||
|
"ts-node": "^8.7.0",
|
||
|
"typescript": "^3.8.3"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"es6-promise": "^4.2.8",
|
||
|
"fp-ts": "^2.9.5",
|
||
|
"io-ts": "^2.2.14",
|
||
|
"io-ts-types": "^0.5.15",
|
||
|
"isomorphic-fetch": "^3.0.0",
|
||
|
"jsonwebtoken": "^9.0.0",
|
||
|
"monocle-ts": "^2.3.5",
|
||
|
"newtype-ts": "^0.3.4",
|
||
|
"semver": "^5.6.0",
|
||
|
"uuid": "^9.0.0"
|
||
|
},
|
||
|
"resolutions": {
|
||
|
"lodash": "4.17.21",
|
||
|
"glob-parent": "5.1.2",
|
||
|
"yargs-parser": "13.1.2",
|
||
|
"ansi-regex": "5.0.1",
|
||
|
"set-value": "4.0.1",
|
||
|
"jsonwebtoken": "9.0.0"
|
||
|
}
|
||
|
}
|