UNPKG

mocha-typescript

Version:

TypeScript decorators based wrapper over mocha's interface

60 lines (59 loc) 1.53 kB
{ "name": "mocha-typescript", "version": "1.1.17", "description": "TypeScript decorators based wrapper over mocha's interface", "main": "index.js", "typings": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/PanayotCankov/mocha-typescript" }, "bin": { "mocha-typescript-watch": "./bin/watch.js" }, "scripts": { "pretest": "tsc", "test": "mocha test.js --opts mocha.opts && tslint --project .", "prepare": "tsc", "tslint-fix": "tslint --fix --project .", "tslint": "tslint --project .", "changelog": "conventional-changelog --infile CHANGELOG.md --same-file --preset angular --append --release-count 1 --verbose" }, "author": "Panayot Cankov", "contributors": [ { "name": "silkentrance", "url": "https://github.com/silkentrance" } ], "license": "Apache-2.0", "dependencies": { "@types/mocha": "^5.2.0", "chalk": "^2.4.1", "cross-spawn": "^6.0.5", "yargs": "^11.0.0" }, "devDependencies": { "@types/chai": "^4.1.3", "@types/cross-spawn": "^6.0.0", "@types/node": "^10.1.4", "chai": "^4.1.2", "conventional-changelog-cli": "^2.0.1", "mocha": "^5.2.0", "rimraf": "^2.6.2", "source-map-support": "^0.5.6", "tslint": "^5.10.0", "typescript": "^2.9.1", "reflect-metadata": "^0.1.12", "typedi": "^0.7.3" }, "files": [ "index.js", "index.d.ts", "index.js.map", "index.ts", "globals.d.ts", "bin/watch.js", "di/typedi.js" ] }