File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " @aboutbits/ts-utils" ,
33 "version" : " 0.1.4" ,
44 "description" : " AboutBits' TypeScript utilities" ,
5+ "author" : " AboutBits" ,
6+ "license" : " MIT" ,
7+ "homepage" : " https://github.com/aboutbits/ts-utils" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " git+https://github.com/aboutbits/ts-utils"
11+ },
12+ "bugs" : {
13+ "url" : " https://github.com/aboutbits/ts-utils/issues"
14+ },
15+ "keywords" : [
16+ " ts-utils" ,
17+ " utils" ,
18+ " typescript"
19+ ],
520 "private" : false ,
621 "publishConfig" : {
722 "access" : " public"
823 },
24+ "prettier" : " @aboutbits/prettier-config" ,
925 "files" : [
1026 " readme.md" ,
1127 " dist/**/*"
3652 "version" : " git add -A src" ,
3753 "postversion" : " git push && git push --tags"
3854 },
39- "repository" : {
40- "type" : " git" ,
41- "url" : " git+https://github.com/aboutbits/ts-utils"
42- },
43- "keywords" : [
44- " ts-utils" ,
45- " utils" ,
46- " typescript"
47- ],
48- "author" : " AboutBits" ,
49- "license" : " MIT" ,
50- "bugs" : {
51- "url" : " https://github.com/aboutbits/ts-utils/issues"
52- },
53- "homepage" : " https://github.com/aboutbits/ts-utils" ,
54- "prettier" : " @aboutbits/prettier-config" ,
5555 "dependencies" : {
5656 "typescript" : " ^5.0.0"
5757 },
You can’t perform that action at this time.
0 commit comments