UNPKG

@kareemaly/researcher

Version:
61 lines (60 loc) 1.39 kB
{ "name": "@kareemaly/researcher", "version": "0.2.0", "description": "CLI tool for web research", "main": "dist/index.js", "bin": { "researcher": "./bin/researcher" }, "scripts": { "build": "tsc", "start": "node dist/commands/index.js", "dev": "ts-node src/commands/index.ts", "validate": "tsc --noEmit", "lint": "eslint . --ext .ts", "test": "jest" }, "files": [ "dist" ], "keywords": [ "search", "research", "cli", "markdown", "content-processing" ], "author": "Kareem El Bahrawy", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/kareemaly/researcher.git" }, "dependencies": { "@jcottam/html-metadata": "^3.0.3", "@types/lodash": "^4.17.15", "axios": "^1.6.7", "commander": "^12.0.0", "debug": "^4.3.4", "dotenv": "^16.4.1", "lodash": "^4.17.21", "markdown-to-txt": "^2.0.1", "turndown": "^7.1.2" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/jest": "^29.5.12", "@types/node": "^20.11.19", "@types/turndown": "^5.0.4", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "eslint": "^8.56.0", "jest": "^29.7.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }