@bestcodetools/jest-tsconfig-paths-mapper
Version:
A utility library for generating Jest's moduleNameMapper based on TypeScript's tsconfig.json path mappings.
34 lines • 963 B
JSON
{
"name": "@bestcodetools/jest-tsconfig-paths-mapper",
"version": "1.0.2",
"description": "A utility library for generating Jest's moduleNameMapper based on TypeScript's tsconfig.json path mappings.",
"keywords": [
"Jest",
"TypeScript",
"tsconfig",
"moduleNameMapper",
"utility",
"mapping",
"path",
"mapper"
],
"main": "index.js",
"types": "index.d.ts",
"author": {
"name": "Douglas Alves Domingues",
"email": "douglasad.job@gmail.com",
"url": "https://www.linkedin.com/in/douglas-alves-domingues-6b389372/"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/bestcodetools/nodejs/jest-tsconfig-paths-mapper.git"
},
"bugs": {
"url": "https://gitlab.com/bestcodetools/nodejs/jest-tsconfig-paths-mapper/issues"
},
"homepage": "https://gitlab.com/bestcodetools/nodejs/jest-tsconfig-paths-mapper#readme",
"license": "MIT",
"publishConfig": {
"access": "public"
}
}