{ "name": "scraper", "version": "1.0.0", "description": "Scraper app to get data from animal crossing wiki", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon" }, "author": "Tatiana Inama", "license": "ISC", "dependencies": { "@types/cheerio": "^0.22.17", "@types/express": "^4.17.6", "@types/node-fetch": "^2.5.6", "@types/ramda": "^0.27.3", "@types/request-promise": "^4.1.46", "axios": "^0.19.2", "cheerio": "^1.0.0-rc.3", "express": "^4.17.1", "nodemon": "^2.0.3", "ramda": "^0.27.0", "ts-node": "^8.8.2", "typescript": "^3.8.3" } }