File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " git-dld" ,
3- "version" : " 0.0.11" ,
3+ "description" : " Download files or folder from GitHub" ,
4+ "version" : " 0.0.12" ,
5+ "license" : " MIT" ,
6+ "author" : " Zeeshan Ahmad <ziishaned@gmail.com>" ,
47 "main" : " build/index.js" ,
58 "bin" : {
69 "git-dld" : " ./build/index.js"
710 },
811 "files" : [
912 " build"
1013 ],
11- "license" : " MIT" ,
1214 "scripts" : {
1315 "lint" : " eslint . --ext .ts" ,
1416 "build" : " rm -rf build && tsc" ,
1517 "start" : " ts-node ./src/index.ts"
1618 },
19+ "repository" : {
20+ "type" : " git" ,
21+ "url" : " git+https://github.com/ziishaned/git-dld.git"
22+ },
23+ "bugs" : {
24+ "url" : " https://github.com/ziishaned/git-dld/issues"
25+ },
26+ "homepage" : " https://github.com/ziishaned/git-dld#readme" ,
27+ "keywords" : [
28+ " git" ,
29+ " clone" ,
30+ " github" ,
31+ " github-downloader"
32+ ],
1733 "dependencies" : {
1834 "github-url-parse" : " ^0.1.0" ,
1935 "is-github-url" : " ^1.2.2" ,
You can’t perform that action at this time.
0 commit comments