jest-auto-stub
Version:
Automatically create type-safe fully stubbed instances of classes or interfaces.
34 lines (33 loc) • 814 B
JSON
{
"author": "Greg Bacchus",
"dependencies": {
"@types/jest": "^26.0.15",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"tslint": "^6.1.3",
"typescript": "^4.1.2"
},
"description": "Automatically create type-safe fully stubbed instances of classes or interfaces.",
"keywords": [
"jest",
"typescript",
"stub",
"mock",
"auto"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "jest-auto-stub",
"repository": {
"type": "git",
"url": "https://github.com/gregbacchus/jest-auto-stub.git"
},
"scripts": {
"test": "npx jest --coverage",
"build": "rm -rf dist && npx tsc -p tsconfig.build.json",
"prepublishOnly": "npm run build && npm version patch",
"postpublish": "git push"
},
"types": "./src/index.ts",
"version": "1.0.8"
}