Commit 1e85e26 1 parent e3ddf37 commit 1e85e26 Copy full SHA for 1e85e26
File tree 2 files changed +20
-18
lines changed
2 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hiogawa/vite-glob-routes" ,
3
3
"version" : " 0.6.1-pre.2" ,
4
+ "homepage" : " https://github.com/hi-ogawa/vite-plugins/tree/main/packages/vite-glob-routes" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " https://github.com/hi-ogawa/vite-plugins" ,
8
+ "directory" : " packages/vite-glob-routes"
9
+ },
10
+ "license" : " MIT" ,
4
11
"type" : " module" ,
5
- "main" : " ./dist/index.js" ,
6
- "module" : " ./dist/index.js" ,
7
- "types" : " ./dist/index.d.ts" ,
8
12
"exports" : {
9
13
"." : {
10
14
"import" : " ./dist/index.js" ,
32
36
"types" : " ./dist/hattip.d.ts"
33
37
}
34
38
},
39
+ "main" : " ./dist/index.js" ,
40
+ "module" : " ./dist/index.js" ,
41
+ "types" : " ./dist/index.d.ts" ,
35
42
"files" : [
36
43
" dist"
37
44
],
38
- "license" : " MIT" ,
39
- "repository" : {
40
- "type" : " git" ,
41
- "url" : " https://github.com/hi-ogawa/vite-plugins" ,
42
- "directory" : " packages/vite-glob-routes"
43
- },
44
45
"scripts" : {
45
46
"build" : " tsup" ,
46
47
"test" : " vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hiogawa/vite-import-dev-server" ,
3
3
"version" : " 0.0.1" ,
4
+ "homepage" : " https://github.com/hi-ogawa/vite-plugins/tree/main/packages/vite-import-dev-server" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " https://github.com/hi-ogawa/vite-plugins" ,
8
+ "directory" : " packages/vite-import-dev-server"
9
+ },
10
+ "license" : " MIT" ,
4
11
"type" : " module" ,
5
- "main" : " ./dist/index.js" ,
6
- "module" : " ./dist/index.js" ,
7
- "types" : " ./dist/index.d.ts" ,
8
12
"exports" : {
9
13
"." : {
10
14
"import" : " ./dist/index.js" ,
16
20
"types" : " ./runtime.d.ts"
17
21
}
18
22
},
23
+ "main" : " ./dist/index.js" ,
24
+ "module" : " ./dist/index.js" ,
25
+ "types" : " ./dist/index.d.ts" ,
19
26
"files" : [
20
27
" runtime.js" ,
21
28
" runtime.d.ts" ,
22
29
" dist"
23
30
],
24
- "license" : " MIT" ,
25
- "repository" : {
26
- "type" : " git" ,
27
- "url" : " https://github.com/hi-ogawa/vite-plugins" ,
28
- "directory" : " packages/vite-import-dev-server"
29
- },
30
31
"scripts" : {
31
32
"build" : " tsup" ,
32
33
"release" : " pnpm publish --no-git-checks --access public"
You can’t perform that action at this time.
0 commit comments