safe-mock
Version:
Type Safe Mocking Library written for Typescript and Javascript
39 lines (38 loc) • 939 B
JSON
{
"name": "safe-mock",
"version": "0.2.11",
"description": "Type Safe Mocking Library written for Typescript and Javascript",
"homepage": "https://github.com/matthewmcnew/safe-mock",
"repository": {
"type": "git",
"url": "https://github.com/matthewmcnew/safe-mock"
},
"bugs": {
"url": "https://github.com/matthewmcnew/safe-mock/issues"
},
"keywords": [
"mock",
"mocking",
"unittesting",
"testing",
"typescript"
],
"main": "src/SafeMock.js",
"typings": "index.d.ts",
"scripts": {
"test": "mocha test --require ts-node/register test/**/*.ts && npm run build",
"build": "tsc",
"prepublish": "tsc"
},
"author": "Matthew McNew",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/mocha": "^2.2.48",
"chai": "^4.1.2",
"mocha": "^3.5.3",
"ts-node": "^6.0.3",
"typescript": "2.8.3",
"source-map-support": "^0.5.5"
}
}