From bcde78805fe36c2b7c3e114d026e01a4fd024fcd Mon Sep 17 00:00:00 2001 From: Fawaz Ahmed Date: Thu, 29 Feb 2024 20:29:26 +0530 Subject: [PATCH] update package jsons --- package.json | 17 +++-------------- skeleton-package.json | 5 +++++ 2 files changed, 8 insertions(+), 14 deletions(-) create mode 100644 skeleton-package.json 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