UNPKG

@typefixture/jest

Version:

typefixture integration with Jest

36 lines (35 loc) 844 B
{ "name": "@typefixture/jest", "version": "0.0.3", "description": "typefixture integration with Jest", "author": "Maxim Tebenev <mtebenev@gmail.com>", "homepage": "https://github.com/mtebenev/typefixture", "keywords": [ "testing", "fixture", "autofixture", "mock" ], "license": "MIT", "main": "dist/typefixture-jest.umd.js", "module": "dist/typefixture-jest.es5.js", "typings": "dist/types/typefixture-jest.d.ts", "files": [ "dist" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc --module commonjs && rollup -c rollup.config.ts" }, "devDependencies": { "@types/babel__core": "7.x", "ts-jest": "24.0.2", "ts-morph": "2.3.0" }, "dependencies": { "@typefixture/core": "^0.0.3" }, "gitHead": "0e67a9ec84be3492c54116c216a18c3eda409d70" }