@hirez_io/auto-spies-core
Version:
Create automatic spies from classes in tests, also for promises and observables, used as a common code for jasmine-auto-spies and jest-auto-spies
58 lines (57 loc) • 1.56 kB
JSON
{
"name": "@hirez_io/auto-spies-core",
"version": "3.0.0",
"publishConfig": {
"access": "public"
},
"author": {
"name": "Shai Reznik",
"company": "HiRez.io"
},
"description": "Create automatic spies from classes in tests, also for promises and observables, used as a common code for jasmine-auto-spies and jest-auto-spies",
"license": "MIT",
"keywords": [
"spies",
"mocks",
"async methods",
"TypeScript Tests",
"RxJS testing",
"Promises tests"
],
"homepage": "https://github.com/hirezio/auto-spies/tree/master/packages/auto-spies-core",
"repository": {
"type": "git",
"url": "https://github.com/hirezio/auto-spies",
"directory": "packages/auto-spies-core"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf dist tsconfig.build.tsbuildinfo",
"compile": "tsc -p tsconfig.build.json",
"build": "run-s clean compile",
"test": "jest",
"test:watch": "jest --watchAll",
"contributors:add": "all-contributors add"
},
"devDependencies": {
"@hirez_io/jest-given": "1.1.1",
"@types/deep-equal": "1.0.1",
"@types/jest": "29.5.0",
"@types/node": "18.15.5",
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.6",
"rxjs": "^7.5.1",
"ts-jest": "29.0.5",
"typescript": "^4.9.5"
},
"dependencies": {
"javascript-stringify": "2.1.0"
},
"peerDependencies": {
"rxjs": ">=6.0.0 < 8",
"typescript": ">=2.8.1"
},
"gitHead": "e433d8d3d012c8c38dfec53b13487214b47322fa"
}