Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjunSharda authored Feb 18, 2023
1 parent ddeae49 commit fb476a9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Quotifo/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "quotifo",
"version": "0.0.4b",
"description": "Quotes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Arjun Sharda",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"node-fetch": "^3.2.6"
}
}

0 comments on commit fb476a9

Please sign in to comment.