Skip to content

Commit

Permalink
add scripts in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shep-eth committed Mar 14, 2023
1 parent 043017b commit 72e1a30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@
"dotenv": "^16.0.3",
"mongodb": "^5.1.0",
"underscore": "^1.13.6"
},
"scripts": {
"export": "node scripts/export.js",
"stats": "node scripts/stats.js"
}
}

0 comments on commit 72e1a30

Please sign in to comment.