dhn-api
Version:
An Example Api's
25 lines (24 loc) • 496 B
JSON
{
"name": "dhn-api",
"version": "1.1.3",
"description": "An Example Api's",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dehan-j1ng"
},
"keywords": [
"scrapper",
"api"
],
"author": "Dehante (https://dhn-api.herokuapp.com/api)",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.10",
"path": "^0.12.7"
}
}