blogtraversy
Version:
A package that helps you to fetch all the blogs from Medium and Hashnode
36 lines (35 loc) • 775 B
JSON
{
"name": "blogtraversy",
"version": "3.2.0",
"description": "A package that helps you to fetch all the blogs from Medium and Hashnode",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/imabp/blogtraversy.git"
},
"files": [
"lib"
],
"scripts": {
"prepublish": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"blogs",
"hashnode",
"medium"
],
"author": {
"name": "Abir Pal",
"email": "abir.pal899@gmail.com",
"url": "https://github.com/imabp"
},
"license": "ISC",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"@types/node": "^16.3.3"
}
}