File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ #!/usr/bin/env node
2+
3+ console . log ( "TBD" ) ;
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " leetcode-cli" ,
3+ "version" : " 0.1.0" ,
4+ "description" : " A cli tool to enjoy leetcode!" ,
5+ "preferGlobal" : " true" ,
6+ "bin" : {
7+ "lc" : " ./bin/lc"
8+ },
9+ "scripts" : {
10+ "test" : " echo \" Error: no test specified\" && exit 1"
11+ },
12+ "repository" : {
13+ "type" : " git" ,
14+ "url" : " http://github.com/skygragon/leetcode-cli.git"
15+ },
16+ "keywords" : [
17+ " leetcode" ,
18+ " cli" ,
19+ " command" ,
20+ " tool"
21+ ],
22+ "author" : {
23+ "name" : " Eric Wang" ,
24+ "email" : " skygragon@gmail.com"
25+ },
26+ "license" : " MIT" ,
27+ "bugs" : {
28+ "url" : " https://github.com/skygragon/leetcode-cli/issues"
29+ },
30+ "homepage" : " https://github.com/skygragon/leetcode-cli#readme"
31+ }
You can’t perform that action at this time.
0 commit comments