@dword-design/mocha-spec-reporter-with-file-names
Version:
Mocha default spec reporter with file names.
75 lines (74 loc) • 2.43 kB
JSON
{
"name": "@dword-design/mocha-spec-reporter-with-file-names",
"version": "0.0.1",
"description": "Mocha default spec reporter with file names.",
"keywords": [
"mocha",
"file name",
"spec",
"file",
"name",
"reporter"
],
"homepage": "https://github.com/electrovir/mocha-spec-reporter-with-file-names",
"bugs": {
"url": "https://github.com/electrovir/mocha-spec-reporter-with-file-names/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/electrovir/mocha-spec-reporter-with-file-names"
},
"license": "MIT",
"author": {
"name": "electrovir",
"url": "https://github.com/electrovir"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"compile": "rm -rf dist && virmator compile",
"format": "virmator format",
"publish": "npm run compile && npm run test:all && virmator publish",
"spellcheck": "virmator spellcheck",
"start": "npm install && virmator frontend",
"test": "virmator test",
"test:all": "npm test && npm run test:types && npm run spellcheck && npm run test:format",
"test:format": "virmator format check",
"test:types": "tsc --noEmit"
},
"dependencies": {
"ms": "^2.1.3"
},
"devDependencies": {
"@augment-vir/node-js": "^6.1.5",
"@electrovir/nyc": "^15.1.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/ms": "^0.7.31",
"@types/node": "^18.11.13",
"augment-vir": "^3.1.2",
"chai": "^4.3.7",
"cspell": "^6.17.0",
"istanbul-smart-text-reporter": "^1.0.1",
"mocha": "^10.1.0",
"mocha-spec-reporter-with-file-names": "^0.0.2",
"prettier": "^2.8.1",
"prettier-plugin-jsdoc": "^0.4.2",
"prettier-plugin-multiline-arrays": "^1.1.2",
"prettier-plugin-organize-imports": "^3.2.1",
"prettier-plugin-packagejson": "^2.3.0",
"prettier-plugin-sort-json": "^0.0.3",
"prettier-plugin-toml": "^0.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"virmator": "^5.0.7",
"vite": "^4.0.0"
},
"peerDependencies": {
"mocha": "*"
}
}