UNPKG

gs-download

Version:

Downloader of Genius Scan PDFs files

55 lines (54 loc) 1.41 kB
{ "name": "gs-download", "version": "1.0.2", "description": "Downloader of Genius Scan PDFs files", "repository": "github:Prevole/gs-download", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "gs-download": "dist/bin/download.js" }, "publishConfig": { "provenance": true }, "scripts": { "clean": "rm -rf dist && rm tsconfig.tsbuildinfo", "build": "tsc", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest --watch", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix" }, "keywords": [ "genius", "scan", "download" ], "author": "Prevole", "license": "MIT", "dependencies": { "cli-progress": "^3.12.0", "command-line-args": "^6.0.1", "pino": "^9.7.0", "pino-roll": "^3.1.0", "save": "^2.9.0" }, "devDependencies": { "@semantic-release/github": "^11.0.3", "@types/cli-progress": "^3.11.0", "@types/command-line-args": "^5.2.3", "@types/node": "^24.0.1", "@types/request": "^2.48.12", "@typescript-eslint/eslint-plugin": "^8.34.0", "@typescript-eslint/parser": "^8.34.0", "@vitest/coverage-istanbul": "^3.2.3", "eslint": "^9.28.0", "eslint-plugin-import": "^2.29.1", "semantic-release": "^24.2.7", "ts-node": "^10.9.2", "typescript": "^5.8.3", "vitest": "^3.2.3" } }