@itwin/certa
Version:
A mocha-based integration test runner
70 lines • 1.78 kB
JSON
{
"name": "@itwin/certa",
"version": "5.12.4",
"description": "A mocha-based integration test runner",
"license": "MIT",
"main": "bin/certa.js",
"repository": {
"type": "git",
"url": "https://github.com/iTwin/itwinjs-core.git",
"directory": "tools/certa"
},
"bin": {
"certa": "./bin/certa.js"
},
"keywords": [
"Bentley",
"iModel",
"iTwin.js",
"EC"
],
"author": {
"name": "Bentley Systems, Inc.",
"url": "http://www.bentley.com"
},
"dependencies": {
"canonical-path": "^1.0.0",
"detect-port": "~1.3.0",
"express": "^4.22.1",
"jsonc-parser": "~2.0.3",
"lodash": "^4.18.0",
"mocha": "^11.1.0",
"playwright": "~1.56.1",
"source-map-support": "^0.5.6",
"yargs": "^17.4.0"
},
"devDependencies": {
"@itwin/eslint-plugin": "^6.0.0",
"@types/chai": "4.3.1",
"@types/detect-port": "~1.1.0",
"@types/express": "^4.17.20",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
"@types/node": "~20.17.0",
"@types/yargs": "17.0.19",
"electron": "^43.0.0",
"eslint": "^9.31.0",
"nyc": "^17.1.0",
"rimraf": "^6.0.1",
"typescript": "~5.6.2",
"@itwin/build-tools": "5.12.4"
},
"peerDependencies": {
"electron": ">=35.0.0 <44.0.0"
},
"peerDependenciesMeta": {
"electron": {
"optional": true
}
},
"scripts": {
"build": "tsc 1>&2",
"clean": "rimraf -g lib .rush/temp/package-deps*.json",
"lint": "eslint \"./src/**/*.ts\" 1>&2",
"lint-deprecation": "eslint --fix -f visualstudio --no-inline-config -c ../../common/config/eslint/eslint.config.deprecation-policy.js \"./src/**/*.ts\"",
"test": "",
"docs": "",
"cover": "",
"postinstall": "npx playwright install chromium"
}
}