File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " dbots" ,
3
3
"version" : " 8.0.2" ,
4
4
"description" : " Discord bot list poster and stats retriever" ,
5
- "main" : " ./lib/index" ,
6
- "repository" : {
7
- "type" : " git" ,
8
- "url" : " git+https://github.com/dbots-pkg/dbots.js.git"
9
- },
5
+ "main" : " ./lib/index.js" ,
6
+ "types" : " ./lib/index.d.ts" ,
7
+ "unpkg" : " ./webpack/dbots.min.js" ,
8
+ "jsdelivr" : " ./webpack/dbots.min.js" ,
10
9
"scripts" : {
11
10
"build" : " rm -r lib/* && tsc" ,
12
11
"changelog" : " ts-node scripts/changelog && npm i --package-lock-only" ,
24
23
"lint-staged" : {
25
24
"*.ts" : " eslint --fix"
26
25
},
27
- "unpkg" : " ./webpack/dbots.min.js" ,
28
- "jsdelivr" : " ./webpack/dbots.min.js" ,
26
+ "repository" : {
27
+ "type" : " git" ,
28
+ "url" : " git+https://github.com/dbots-pkg/dbots.js.git"
29
+ },
29
30
"keywords" : [
30
31
" api" ,
31
32
" discord" ,
You can’t perform that action at this time.
0 commit comments