We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8daa93e commit f953c3aCopy full SHA for f953c3a
package.json
@@ -1,18 +1,31 @@
1
{
2
"name": "query2app",
3
"version": "0.0.1",
4
- "description": "",
+ "description": "Generates the endpoints from SQL -> URL mapping",
5
"main": "index.js",
6
"scripts": {
7
"start": "node src/index.js",
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/php-coder/query2app.git"
13
+ },
14
"bin": {
15
"query2app": "./src/cli.js"
16
- "keywords": [],
17
+ "keywords": [
18
+ "sql",
19
+ "generate",
20
+ "generator",
21
+ "skaffolding"
22
+ ],
23
"author": "Slava Semushin <[email protected]>",
24
"license": "GPL-2.0",
25
+ "bugs": {
26
+ "url": "https://github.com/php-coder/query2app/issues",
27
+ "email": "[email protected]"
28
29
"dependencies": {
30
"ejs": "~3.1.3",
31
"js-yaml": "~3.14.0"
0 commit comments