Skip to content

Commit

Permalink
chore: add more info to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
php-coder committed Jul 12, 2020
1 parent 8daa93e commit f953c3a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
{
"name": "query2app",
"version": "0.0.1",
"description": "",
"description": "Generates the endpoints from SQL -> URL mapping",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/php-coder/query2app.git"
},
"bin": {
"query2app": "./src/cli.js"
},
"keywords": [],
"keywords": [
"sql",
"generate",
"generator",
"skaffolding"
],
"author": "Slava Semushin <[email protected]>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/php-coder/query2app/issues",
"email": "[email protected]"
},
"dependencies": {
"ejs": "~3.1.3",
"js-yaml": "~3.14.0"
Expand Down

0 comments on commit f953c3a

Please sign in to comment.