analiaklein-md-links
Version:
herramienta de línea de comando (CLI) así como tu propia librería (o biblioteca - library) en JavaScript.
45 lines (44 loc) • 1 kB
JSON
{
"name": "analiaklein-md-links",
"version": "0.2.7",
"description": "herramienta de línea de comando (CLI) así como tu propia librería (o biblioteca - library) en JavaScript.",
"main": "index.js",
"bin": {
"mdLinks": "cli.js"
},
"keywords": [
"node.js",
"http",
"mdlinks",
"project"
],
"author": "Analía Klein",
"license": "ISC",
"engines": {
"node": ">=16.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Analiak/DEV007-md-links"
},
"bootcamp": {
"createdAt": "2023-06-20T14:05:58.211Z",
"version": "6.3.0",
"commit": "e129ade681adff8cbb19f82e63f688fef2f08f32"
},
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"jest": "^29.6.1",
"jest-fetch-mock": "^3.0.3",
"prettier": "^3.0.0"
},
"scripts": {
"test": "jest --coverage",
"start": "node cli.js"
},
"dependencies": {
"eslint-config-airbnb": "^19.0.4",
"jest": "^29.6.0"
}
}