{
  "name": "pdf-crawler",
  "version": "1.0.1",
  "description": "A simple Node.js version pdf download crawler",
  "author": "xgqfrms",
  "license": "MIT",
  "keywords": [
    "pdf-crawler",
    "pdf",
    "pdf download",
    "crawler",
    "Node.js"
  ],
  "main": "./src/index.js",
  "files": [
    "src/index.js",
    ".editorconfig",
    "package.json",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "dev": "ts-node ./src/index.ts",
    "app": "node ./src/index.js",
    "test": "node ./test/index.js"
  },
  "type-esm": "module",
  "type-flag": "module",
  "homepage": "https://pdf-crawler.xgqfrms.xyz/index.html#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xgqfrms/pdf-crawler.git"
  },
  "bugs": {
    "url": "https://github.com/xgqfrms/pdf-crawler/issues"
  },
  "dependencies": {
    "request-promise-native": "^1.0.9"
  },
  "devDependencies": {
    "ts-node": "^10.7.0"
  }
}
