You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
678 B
JSON

{
"name": "monoschinos-api-ts",
"version": "2.0.0",
"description": "REST API written in Typescript and Node JS under the concept of Web Scraping, to extract data from the Monoschinos2.com page",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.22",
"nodemon": "^2.0.14",
"ts-node": "^10.7.0",
"dotenv": "^8.2.0",
"typescript": "^4.6.2"
},
"dependencies": {
"axios": "^0.24.0",
"express": "^4.17.1",
"node-html-parser": "^5.1.0"
}
}