Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
itsPeetah committed Nov 17, 2023
1 parent e72c20b commit c9d1e75
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"file sharing",
"web server"
],
"scripts": {
"build": "tsc --project ./",
"start:dev": "nodemon src/index.ts",
"start:prod": "node dist/index.js",
"postinstall": "tsc --project ./"
},
"repository": "https://github.com/itspeetah/fakedrop",
"homepage": "https://github.com/itspeetah/fakedrop#readme",
"dependencies": {
Expand All @@ -23,11 +29,6 @@
"get-port": "^7.0.0",
"multer": "^1.4.5-lts.1"
},
"scripts": {
"build": "tsc --project ./",
"start:dev": "nodemon src/index.ts",
"start:prod": "node dist/index.js"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/multer": "^1.4.10",
Expand Down

0 comments on commit c9d1e75

Please sign in to comment.