File tree 4 files changed +2625
-1433
lines changed
4 files changed +2625
-1433
lines changed Original file line number Diff line number Diff line change
1
+ *
2
+ ! dist /** /*
3
+ ! README.md
4
+ ! LICENSE
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
"name" : " typescript-json-serializer" ,
3
3
"version" : " 3.1.0" ,
4
4
"description" : " Typescript library to serialize classes into json and deserialize json into classes." ,
5
- "main" : " index.js" ,
6
- "types" : " index.d.ts" ,
5
+ "source" : " src/index.ts" ,
6
+ "main" : " dist/index.js" ,
7
+ "exports" : " ./dist/index.modern.js" ,
8
+ "module" : " dist/index.module.js" ,
9
+ "unpkg" : " dist/index.umd.js" ,
10
+ "types" : " dist/index.d.ts" ,
7
11
"scripts" : {
8
- "build" : " gulp build " ,
12
+ "build" : " microbundle " ,
9
13
"cover" : " jest --coverage" ,
10
14
"format" : " pretty-quick" ,
11
15
"format:staged" : " pretty-quick --staged" ,
40
44
"@commitlint/config-conventional" : " ^11.0.0" ,
41
45
"@types/jest" : " ^26.0.20" ,
42
46
"@types/node" : " ^14.14.22" ,
43
- "del" : " ^6.0.0" ,
44
- "gulp" : " ^4.0.2" ,
45
- "gulp-copy" : " ^4.0.1" ,
46
- "gulp-typescript" : " ^5.0.1" ,
47
47
"husky" : " ^4.3.8" ,
48
48
"jest" : " ^26.6.3" ,
49
49
"jest-junit" : " ^12.0.0" ,
50
+ "microbundle" : " ^0.13.0" ,
50
51
"prettier" : " ^2.2.1" ,
51
52
"pretty-quick" : " ^3.1.0" ,
52
53
"ts-jest" : " ^26.4.4" ,
You can’t perform that action at this time.
0 commit comments