Skip to content

Commit f953c3a

Browse files
committed
chore: add more info to package.json
1 parent 8daa93e commit f953c3a

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

Diff for: package.json

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
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 <[email protected]>",
1524
"license": "GPL-2.0",
25+
"bugs": {
26+
"url": "https://github.com/php-coder/query2app/issues",
27+
"email": "[email protected]"
28+
},
1629
"dependencies": {
1730
"ejs": "~3.1.3",
1831
"js-yaml": "~3.14.0"

0 commit comments

Comments
 (0)