Getting rid of .json file, and adding in start script for npm

This commit is contained in:
Frank Delaguila
2022-10-05 00:55:25 -06:00
parent a8fc60ee87
commit 61ae765ec1
2 changed files with 1 additions and 88 deletions

View File

@@ -4,6 +4,7 @@
"description": "",
"main": "scripts.js",
"scripts": {
"start": "npm run test && node scraper.js",
"test": "jest"
},
"keywords": [],