File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"main" : " lib/index.js" ,
5
5
"types" : " lib/index.d.ts" ,
6
- "files" : [" lib" ],
6
+ "files" : [
7
+ " lib"
8
+ ],
7
9
"scripts" : {
8
10
"prepare" : " npm run build" ,
9
11
"prebuild" : " rm -rf lib" ,
13
15
"keywords" : [],
14
16
"author" : " " ,
15
17
"license" : " ISC" ,
16
- "description" : " " ,
18
+ "description" : " Transforms absolute imports to relative " ,
17
19
"devDependencies" : {
18
20
"@types/node" : " ^10.12.21" ,
19
21
"standard-version" : " ^4.4.0" ,
20
22
"ttypescript" : " ^1.5.6" ,
21
23
"typescript" : " ^3.2.4"
22
24
},
23
- "dependencies" : {}
25
+ "dependencies" : {},
26
+ "directories" : {
27
+ "lib" : " lib" ,
28
+ "test" : " tests"
29
+ },
30
+ "repository" : {
31
+ "type" : " git" ,
32
+ "url" : " git+https://github.com/LeDDGroup/typescript-transform-paths.git"
33
+ },
34
+ "bugs" : {
35
+ "url" : " https://github.com/LeDDGroup/typescript-transform-paths/issues"
36
+ },
37
+ "homepage" : " https://github.com/LeDDGroup/typescript-transform-paths#readme"
24
38
}
You can’t perform that action at this time.
0 commit comments