File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " query2app" ,
3
3
"version" : " 0.0.1" ,
4
- "description" : " " ,
4
+ "description" : " Generates the endpoints from SQL -> URL mapping " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"start" : " node src/index.js" ,
8
8
"test" : " echo \" Error: no test specified\" && exit 1"
9
9
},
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " https://github.com/php-coder/query2app.git"
13
+ },
10
14
"bin" : {
11
15
"query2app" : " ./src/cli.js"
12
16
},
13
- "keywords" : [],
17
+ "keywords" : [
18
+ " sql" ,
19
+ " generate" ,
20
+ " generator" ,
21
+ " skaffolding"
22
+ ],
14
23
"author" :
" Slava Semushin <[email protected] >" ,
15
24
"license" : " GPL-2.0" ,
25
+ "bugs" : {
26
+ "url" : " https://github.com/php-coder/query2app/issues" ,
27
+
28
+ },
16
29
"dependencies" : {
17
30
"ejs" : " ~3.1.3" ,
18
31
"js-yaml" : " ~3.14.0"
You can’t perform that action at this time.
0 commit comments