mockingbird
Version:
Super Simple, Yet Powerful, TypeScript Library for Creating Mocks. Mockingbird allows you to create class mocks like a breeze with a simple yet powerful @Mock decorator
71 lines (70 loc) • 1.75 kB
JSON
{
"name": "mockingbird",
"version": "2.1.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Super Simple, Yet Powerful, TypeScript Library for Creating Mocks. Mockingbird allows you to create class mocks like a breeze with a simple yet powerful @Mock decorator",
"keywords": [
"faker",
"faker-typescript",
"typescript-faker",
"typescript-mocks",
"faker-unit-tests",
"mockingbird-ts",
"mockingbird",
"unit-test",
"unit-test-mocks",
"testing-mocks",
"testing"
],
"contributors": [
{
"name": "Omer Morad",
"email": "omer.moradd@gmail.com"
},
{
"name": "Idan Ptichi",
"email": "idanpt@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/omermorad/mockingbird.git"
},
"bugs": {
"url": "https://github.com/omermorad/mockingbird/issues"
},
"readme": "https://github.com/omermorad/mockingbird/README.md",
"scripts": {
"prebuild": "npx rimraf dist",
"build": "tsc",
"watch": "tsc --watch",
"test": "jest --runInBand --verbose",
"lint": "eslint '{src,test}/**/*.ts'",
"lint:fix": "eslint '{src,test}/**/*.ts' --fix"
},
"files": [
"dist",
"CHANGELOG.md",
"README.md"
],
"dependencies": {
"@mockingbird/common": "^2.0.3",
"@mockingbird/parser": "^3.0.2",
"@mockingbird/reflect": "^3.0.2"
},
"devDependencies": {
"jest": "27.0.6",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"ts-loader": "^6.2.2",
"ts-node": "8.10.2",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.9.7"
},
"publishConfig": {
"access": "public"
},
"gitHead": "257ed7b7304f13a52c6561d89e766eff99ceb00a"
}