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 88 " jike" ,
99 " sdk"
1010 ],
11+ "license" : " AGPL-3.0" ,
1112 "homepage" : " https://github.com/open-jike/jike-sdk#readme" ,
1213 "bugs" : {
1314 "url" : " https://github.com/open-jike/jike-sdk/issues"
1415 },
15- "license" : " AGPL-3.0" ,
16+ "repository" : {
17+ "type" : " git" ,
18+ "url" : " git+https://github.com/open-jike/jike-sdk.git"
19+ },
1620 "author" :
" 三咲智子 <[email protected] >" ,
1721 "files" : [
1822 " dist" ,
1923 " *.d.ts"
2024 ],
2125 "module" : " dist/index.js" ,
26+ "types" : " dist/index.d.ts" ,
2227 "exports" : {
2328 "." : {
2429 "require" : " ./dist/node/index.cjs" ,
2934 },
3035 "./*" : " ./*"
3136 },
32- "repository" : {
33- "type" : " git" ,
34- "url" : " git+https://github.com/open-jike/jike-sdk.git"
35- },
36- "types" : " dist/index.d.ts" ,
3737 "sideEffects" : false ,
3838 "scripts" : {
3939 "dev" : " tsx playground/main.ts" ,
You can’t perform that action at this time.
0 commit comments