File tree Expand file tree Collapse file tree 3 files changed +90
-91
lines changed Expand file tree Collapse file tree 3 files changed +90
-91
lines changed Original file line number Diff line number Diff line change 49
49
" build"
50
50
],
51
51
"scripts" : {
52
- "up-hooks" : " npx simple-git-hooks" ,
53
- "prepare" : " pnpm up-hooks" ,
52
+ "prepare" : " pnpm npx simple-git-hooks" ,
54
53
"postinstall" : " pnpm unleashed-typescript" ,
55
54
"build" : " tsup" ,
56
55
"watch" : " nodemon ./src/program/index.ts" ,
70
69
"eslint-plugin-import" : " ^2.26.0" ,
71
70
"eslint-plugin-unicorn" : " ^43.0.1" ,
72
71
"lint-staged" : " ^13.0.3" ,
73
- "magic-string" : " ^0.26.2" ,
74
- "micromatch" : " ^4.0.5" ,
75
72
"nodemon" : " ^2.0.19" ,
76
73
"prettier" : " ^2.7.1" ,
77
74
"semantic-release" : " ^19.0.3" ,
80
77
"tslib" : " ^2.4.0" ,
81
78
"tsup" : " ^6.1.2" ,
82
79
"typescript" : " ^4.7.4" ,
83
- "unleashed-typescript" : " ^1.0.1" ,
84
80
"vite" : " ^2.9.13" ,
85
81
"vitest" : " ^0.17.0"
86
82
},
83
+ "dependencies" : {
84
+ "micromatch" : " ^4.0.5" ,
85
+ "magic-string" : " ^0.26.2" ,
86
+ "unleashed-typescript" : " ^1.1.1"
87
+ },
87
88
"peerDependencies" : {
88
89
"typescript" : " *" ,
89
90
"vitest" : " *"
You can’t perform that action at this time.
0 commit comments