File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " query2app" ,
33 "version" : " 0.0.1" ,
4- "description" : " " ,
4+ "description" : " Generates the endpoints from SQL -> URL mapping " ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "start" : " node src/index.js" ,
88 "test" : " echo \" Error: no test specified\" && exit 1"
99 },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/php-coder/query2app.git"
13+ },
1014 "bin" : {
1115 "query2app" : " ./src/cli.js"
1216 },
13- "keywords" : [],
17+ "keywords" : [
18+ " sql" ,
19+ " generate" ,
20+ " generator" ,
21+ " skaffolding"
22+ ],
1423 "author" : " Slava Semushin <slava.semushin@gmail.com>" ,
1524 "license" : " GPL-2.0" ,
25+ "bugs" : {
26+ "url" : " https://github.com/php-coder/query2app/issues" ,
27+ "email" : " slava.semushin@gmail.com"
28+ },
1629 "dependencies" : {
1730 "ejs" : " ~3.1.3" ,
1831 "js-yaml" : " ~3.14.0"
You can’t perform that action at this time.
0 commit comments