fix-tsc-es-imports
Version:
fix-tsc-es-imports uses shelljs sed to fix default extensionless typescript ECMAScript compiled code relative imports and exports, properly adding .js extensions.
36 lines (35 loc) • 993 B
JSON
{
"name": "fix-tsc-es-imports",
"version": "0.1.6",
"description": "fix-tsc-es-imports uses shelljs sed to fix default extensionless typescript ECMAScript compiled code relative imports and exports, properly adding .js extensions.",
"type": "module",
"main": "fix_tsc_es_imports.js",
"bin": "./fix_tsc_es_imports.js",
"scripts": {
"test": "echo \"Error: no test specified yet\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danb4r/fix-tsc-es-imports.git"
},
"keywords": [
"tsc",
"typescript",
"compiler",
"extensions",
"import",
"export",
"ecmascript"
],
"author": "Danilo Araujo",
"license": "MIT",
"bugs": {
"url": "https://github.com/danb4r/fix-tsc-es-imports/issues"
},
"homepage": "https://github.com/danb4r/fix-tsc-es-imports#readme",
"dependencies": {
"comment-json": "^4.2.3",
"prompt-sync": "^4.2.0",
"shelljs": "^0.8.5"
}
}