Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
L0ad1n6 committed Jan 2, 2022
1 parent 7db25a9 commit 98b4c3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"main": "src/app.js",
"author": "Altan Unver",
"license": "MIT",
"scripts": {
"start": "node src/app.js",
"cipher": "python3.9 src/cipher.py",
"serve": "git push heroku HEAD:master",
"serve:dev": "nodemon src/app.js"
},
"dependencies": {
"body-parser": "^1.19.1",
"express": "^4.17.2",
Expand Down

0 comments on commit 98b4c3b

Please sign in to comment.