UNPKG

@testdeck/mocha

Version:

Object oriented testing for the Mocha test framework

78 lines (77 loc) 1.9 kB
{ "name": "@testdeck/mocha", "version": "0.3.3", "description": "Object oriented testing for the Mocha test framework", "keywords": [ "test", "testing", "mocha", "typescript", "bdd", "tdd", "object oriented", "object-oriented" ], "author": "Panayot Cankov", "contributors": [ { "name": "silkentrance", "url": "https://github.com/silkentrance" } ], "homepage": "https://testdeck.org/", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/testdeck/testdeck.git" }, "bin": { "testdeck-watch": "./bin/watch" }, "main": "dist/index.js", "types": "index.d.ts", "scripts": { "build": "tsc", "clean": "npx rimraf .nyc_output coverage dist || true", "clean-all": "npm run clean && npx rimraf node_modules || true", "pretest": "npm run clean & npm run lint && npm run build", "test": "nyc mocha", "lint": "eslint .", "lint-fix": "eslint --fix ." }, "dependencies": { "@testdeck/core": "^0.3.3" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "latest", "@types/chai": "latest", "@types/chai-as-promised": "latest", "@types/mocha": "latest", "@types/node": "latest", "@typescript-eslint/eslint-plugin": "latest", "@typescript-eslint/parser": "latest", "chai": "latest", "chai-as-promised": "latest", "eslint": "latest", "eslint-plugin-import": "latest", "eslint-plugin-jsdoc": "latest", "eslint-plugin-prefer-arrow": "latest", "mocha": "latest", "nyc": "latest", "ts-node": "latest", "typescript": "latest" }, "files": [ "bin/watch", "dist/index.js", "dist/index.js.map", "index.d.ts", "index.ts", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "gitHead": "cda3ea4288755d44ed0dfcd1a1b0c2d4bac2461b" }