Skip to content

Commit

Permalink
📋 More information in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu11-A committed Jun 18, 2024
1 parent 8257992 commit 4c297ae
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
5 changes: 4 additions & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"dev": "tsx src/app.ts",
"lint": "eslint --ext .tsx,.ts --fix ./src -c .eslintrc.json"
},
"author": "Ashu11-a",
"author": {
"name": "Ashu11-a",
"email": "[email protected]"
},
"api": "http://node.seventyhost.net:24398",
"license": "LSC",
"imports": {
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"Mercado Pago",
"MP"
],
"author": "Ashu11-a",
"author": {
"name": "Ashu11-a",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.24.7",
Expand Down
5 changes: 4 additions & 1 deletion plugins/plugin_base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"typeorm": "typeorm-ts-node-commonjs",
"lint": "eslint --ext .tsx,.ts --fix ./src -c .eslintrc.json"
},
"author": "Ashu11-a",
"author": {
"name": "Ashu11-a",
"email": "[email protected]"
},
"license": "LSC",
"devDependencies": {
"@types/node": "^16.11.10",
Expand Down
5 changes: 4 additions & 1 deletion plugins/tickets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"src/*"
]
},
"author": "Ashu11-a",
"author": {
"name": "Ashu11-a",
"email": "[email protected]"
},
"license": "LSC",
"devDependencies": {
"@types/node": "^16.18.98",
Expand Down
5 changes: 4 additions & 1 deletion plugins/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"typeorm": "typeorm-ts-node-commonjs",
"lint": "eslint --ext .tsx,.ts --fix ./src -c .eslintrc.json"
},
"author": "Ashu11-a",
"author": {
"name": "Ashu11-a",
"email": "[email protected]"
},
"license": "LSC",
"devDependencies": {
"@types/node": "^16.11.10",
Expand Down

0 comments on commit 4c297ae

Please sign in to comment.