File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
" jike" ,
9
9
" sdk"
10
10
],
11
+ "license" : " AGPL-3.0" ,
11
12
"homepage" : " https://github.com/open-jike/jike-sdk#readme" ,
12
13
"bugs" : {
13
14
"url" : " https://github.com/open-jike/jike-sdk/issues"
14
15
},
15
- "license" : " AGPL-3.0" ,
16
+ "repository" : {
17
+ "type" : " git" ,
18
+ "url" : " git+https://github.com/open-jike/jike-sdk.git"
19
+ },
16
20
"author" :
" 三咲智子 <[email protected] >" ,
17
21
"files" : [
18
22
" dist" ,
19
23
" *.d.ts"
20
24
],
21
25
"module" : " dist/index.js" ,
26
+ "types" : " dist/index.d.ts" ,
22
27
"exports" : {
23
28
"." : {
24
29
"require" : " ./dist/node/index.cjs" ,
29
34
},
30
35
"./*" : " ./*"
31
36
},
32
- "repository" : {
33
- "type" : " git" ,
34
- "url" : " git+https://github.com/open-jike/jike-sdk.git"
35
- },
36
- "types" : " dist/index.d.ts" ,
37
37
"sideEffects" : false ,
38
38
"scripts" : {
39
39
"dev" : " tsx playground/main.ts" ,
You can’t perform that action at this time.
0 commit comments