UNPKG

@highflying/jest-module-name-mapper

Version:

Synchronization tsconfig paths with Jest (module name mapper)

55 lines 1.52 kB
{ "name": "@highflying/jest-module-name-mapper", "version": "0.1.7", "description": "Synchronization tsconfig paths with Jest (module name mapper)", "main": "dist/index.js", "repository": "https://github.com/sebastianmusial/jest-module-name-mapper", "author": "Sebastian Musiał", "license": "MIT", "private": false, "homepage": "https://github.com/sebastianmusial/jest-module-name-mapper#readme", "bugs": { "url": "https://github.com/sebastianmusial/jest-module-name-mapper/issues" }, "keywords": [ "jest", "tsconfig", "moduleNameMapper", "path", "aliases", "tests" ], "scripts": { "clear": "rimraf dist", "build": "yarn clear && tsc", "start": "nodemon --watch src --ext ts --ignore '*.spec.ts' --exec ts-node src/index.ts", "lint": "tslint --config tslint.json --project tsconfig.json", "pretest": "yarn lint", "test": "jest --expand --coverage --runInBand", "test:watch": "jest --expand --watchAll", "prepublish": "yarn build" }, "lint-staged": { "*.ts": [ "yarn lint", "git add", "jest --bail --findRelatedTests --passWithNoTests" ] }, "engines": { "yarn": ">= 1.7.0", "npm": ">= 5.0.0" }, "dependencies": { "@types/jest": "^24.0.23", "@types/node": "^12.12.14", "chalk": "^3.0.0", "jest": "^24.9.0", "nodemon": "^2.0.1", "ts-jest": "^24.2.0", "ts-node": "^8.5.2", "tsconfig-paths": "^3.9.0", "tslint": "^5.20.1", "typescript": "^3.7.2" } }