{
    "name": "@vorlefan/google-news",
    "version": "0.3.41",
    "description": "Crawler for the newest news from google newspaper RSS",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "author": {
        "name": "Michael Willian Santos",
        "email": "dax-soft@live.com",
        "url": "https://daxsoft.github.io/"
    },
    "keywords": [
        "google",
        "news",
        "crawler",
        "api",
        "scraper",
        "robot",
        "newspaper",
        "google-news"
    ],
    "license": "MIT",
    "private": false,
    "devDependencies": {
        "@babel/cli": "^7.10.1",
        "@babel/core": "^7.10.2",
        "@babel/node": "^7.10.1",
        "@babel/preset-env": "^7.10.2",
        "@babel/preset-typescript": "^7.10.1",
        "@types/jest": "lastest",
        "@types/node": "lastest",
        "@typescript-eslint/eslint-plugin": "lastest",
        "@typescript-eslint/parser": "lastest",
        "@vorlefan/path": "^1.7.0",
        "babel-loader": "lastest",
        "bundlesize": "lastest",
        "eslint": "lastest",
        "eslint-config-prettier": "lastest",
        "eslint-plugin-prettier": "lastest",
        "jest": "lastest",
        "nodemon": "lastest",
        "rimraf": "^3.0.2",
        "ts-jest": "lastest",
        "ts-loader": "lastest",
        "typescript": "lastest",
        "webpack": "lastest",
        "webpack-cli": "lastest",
        "xml2json": "^0.12.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "build:clean": "rimraf ./dist",
        "build:babel": "babel src --extensions \".js,.ts\" --out-dir dist --copy-files --no-copy-ignored",
        "build": "yarn run build:clean && yarn run build:babel & yarn run size",
        "lint": "eslint './src/**/*.{js,ts,tsx}'",
        "test": "jest",
        "test:watch": "jest --watchAll",
        "watch": "tsc -w",
        "start": "npm link && nodemon",
        "semantic-release": "semantic-release",
        "size": "bundlesize"
    },
    "files": [
        "dist/**/*"
    ],
    "repository": "daxsoft/path_route"
}
