File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Custom
2- build /
2+ lib /
33
44# Logs
55logs
Original file line number Diff line number Diff line change 22 "name" : " bufferstuff" ,
33 "version" : " 1.0.0" ,
44 "description" : " A set of utility classes for reading and writing binary data in NodeJS and the browser" ,
5- "main" : " index.ts" ,
5+ "main" : " ./lib/index.js" ,
6+ "types" : " ./lib/index.d.ts" ,
67 "scripts" : {
78 "updateCheck" : " check-outdated" ,
89 "build" : " tsc --build" ,
1314 "url" : " git+https://github.com/tgpholly/bufferStuff.git"
1415 },
1516 "keywords" : [],
16- "author" : " " ,
17+ "author" : " tgpholly " ,
1718 "license" : " MIT" ,
1819 "bugs" : {
1920 "url" : " https://github.com/tgpholly/bufferStuff/issues"
2526 "ts-node" : " ^10.9.1" ,
2627 "typescript" : " ^5.0.4"
2728 }
28- }
29+ }
Original file line number Diff line number Diff line change 66 "esModuleInterop" : true ,
77 "resolveJsonModule" : true ,
88 "rootDir" : " ./" ,
9- "outDir" : " ./build " ,
9+ "outDir" : " ./lib " ,
1010 "strict" : true ,
1111 "declaration" : true
1212 }
13- }
13+ }
You can’t perform that action at this time.
0 commit comments