diff --git a/package.json b/package.json index 8b1191d..7e04789 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,8 @@ { "name": "currency-api", "version": "1.0.0", - "description": "", - "main": "currscript.js", "dependencies": { - "fs-extra": "^9.1.0", - "playwright": "^1.37.1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/fawazahmed0/currency-api.git" - }, - "author": "Fawaz Ahmed fawazahmed0@hotmail.com", - "bugs": { - "url": "https://github.com/fawazahmed0/currency-api/issues" - }, - "homepage": "https://github.com/fawazahmed0/currency-api#readme" + "fs-extra": "^11.2.0", + "playwright": "^1.42.0" + } } diff --git a/skeleton-package.json b/skeleton-package.json new file mode 100644 index 0000000..8b91509 --- /dev/null +++ b/skeleton-package.json @@ -0,0 +1,5 @@ +{ + "name": "@fawazahmed0/currency-api", + "version": "YYYY.MM.DD" + } + \ No newline at end of file