typescript-transform-path-rewrite
Version:
Transform generated javascript import/require paths using typescript standard config
73 lines (72 loc) • 2.09 kB
JSON
{
"name": "typescript-transform-path-rewrite",
"version": "1.4.2",
"description": "Transform generated javascript import/require paths using typescript standard config",
"author": "Vick Vu",
"contributors": [],
"keywords": [
"typescript",
"typescript5",
"ts-patch",
"ts-node",
"transform",
"esm",
"commonjs",
"import",
"require",
"rewrite"
],
"homepage": "https://github.com/vickvu/typescript-transform-path-rewrite#readme",
"bugs": {
"url": "https://github.com/vickvu/typescript-transform-path-rewrite/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vickvu/typescript-transform-path-rewrite.git"
},
"license": "MIT",
"engines": {
"node": ">=18"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"type": "commonjs",
"scripts": {
"build": "tsc -p tsconfig-build.json",
"prepublishOnly": "npm run build",
"lint": "eslint",
"lint:fix": "eslint --fix",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"pretest": "npm run lint && npm run prettier && npm run build",
"test": "mocha"
},
"files": [
"dist"
],
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/chai": "^5.0.1",
"@types/eslint__js": "^8.42.3",
"@types/mocha": "^10.0.9",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"chai": "^5.1.2",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mocha": "^10.5.0",
"mocha": "^10.8.2",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.1-alpha.6"
},
"dependencies": {
"debug": "^4.3.7"
}
}