-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 958 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
}
}