jasmine-ts-auto-mock
Version:
Jasmine test utility with automatic mock creation for interfaces and classes
38 lines (37 loc) • 799 B
JSON
{
"name": "jasmine-ts-auto-mock",
"version": "2.0.0",
"description": "Jasmine test utility with automatic mock creation for interfaces and classes",
"files": [
"index.d.ts",
"index.js"
],
"scripts": {
"build": "tsc index.ts --declaration"
},
"keywords": [
"typescript",
"spy",
"mock",
"auto",
"jasmine"
],
"repository": {
"type": "git",
"url": "https://github.com/Typescript-TDD/jasmine-ts-auto-mock.git"
},
"author": "Vittorio Guerriero",
"license": "ISC",
"devDependencies": {
"@types/jasmine": "3.6.3",
"@types/node": "14.14.25",
"ts-auto-mock": "^2.7.0",
"ts-node": "9.1.1",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
},
"dependencies": {},
"peerDependencies": {
"ts-auto-mock": "^3.1.0"
}
}