md-links-jg
Version:

51 lines (50 loc) • 1.3 kB
JSON
{
"name": "md-links-jg",
"version": "1.3.1",
"type": "module",
"engines": {
"node": ">=16.x"
},
"keywords": ["node.js", "http", "mdlinks", "project"],
"author": "Javi Gandarillas",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/JaviGandarillas/DEV007-md-links.git"
},
"main": "./Lib/cli.js",
"bin": "./Lib/cli.js",
"bootcamp": {
"createdAt": "2023-06-20T14:05:58.211Z",
"version": "6.3.0",
"commit": "e129ade681adff8cbb19f82e63f688fef2f08f32"
},
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.10",
"@babel/node": "^7.22.6",
"@babel/preset-env": "^7.22.10",
"babel-jest": "^29.6.2",
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"jest": "^29.6.2"
},
"scripts": {
"lint": "eslint .",
"start": "babel-node index.js",
"test": "jest --verbose --coverage"
},
"dependencies": {
"axios": "^1.4.0",
"chalk": "^5.3.0",
"commander": "^11.0.0",
"fetch": "^1.1.0",
"markdown-it": "^13.0.1",
"markdown-link-extractor": "^3.1.0",
"marked": "^5.1.1",
"node": "20.5.0",
"terminal-kit": "^3.0.0",
"yargs": "^17.7.2"
}
}