File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ package-lock = false
Original file line number Diff line number Diff line change
1
+ {
2
+ "private" : true ,
3
+ "name" : " ts-transformer-minify-privates" ,
4
+ "version" : " 0.0.1" ,
5
+ "description" : " A TypeScript custom transformer which minify names of private class members" ,
6
+ "main" : " index.js" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git+https://github.com/timocov/ts-transformer-minify-privates.git"
10
+ },
11
+ "keywords" : [
12
+ " typescript" ,
13
+ " transformer" ,
14
+ " minifying"
15
+ ],
16
+ "author" : " Evgeniy Timokhov" ,
17
+ "license" : " MIT" ,
18
+ "readme" : " README.md" ,
19
+ "bugs" : {
20
+ "url" : " https://github.com/timocov/ts-transformer-minify-privates/issues"
21
+ },
22
+ "homepage" : " https://github.com/timocov/ts-transformer-minify-privates#readme"
23
+ }
You can’t perform that action at this time.
0 commit comments