Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JermyTan committed May 23, 2023
1 parent 1140504 commit d24a0db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules
run.sh
.env
yarn-error.log
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
"name": "ScamSensei",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"bing-chat": "^0.2.3",
"dotenv": "^16.0.3",
"mail-listener2": "^0.3.1",
"nodemailer": "^6.9.2"
},
"type": "module"
"type": "module",
"repository": "[email protected]:The-Farmers/ScamSensei.git",
"license": "MIT",
"scripts": {
"start": "node index.js"
}
}

0 comments on commit d24a0db

Please sign in to comment.