{
    "name": "google-translate-api-next",
    "version": "0.1.0",
    "description": "A free and unlimited API for Google Translate",
    "main": "index.js",
    "scripts": {
        "lint": "xo",
        "test": "nyc ava",
        "start": "node example.js",
        "coverage": "nyc report --reporter=text-lcov | coveralls && nyc report --reporter=text-lcov > coverage.lcov && codecov",
        "release": " np --yolo --no-release-draft"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/AidanWelch/google-translate-api.git"
    },
    "keywords": [
        "translate",
        "translator",
        "google",
        "translate",
        "api",
        "free",
        "language",
        "crossplatform",
        "axios",
        "fetch",
        "react",
        "extension",
        "web"
    ],
    "author": {
        "name": "Matheus Fernandes",
        "email": "npm@matheus.top",
        "url": "http://matheus.top"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/AidanWelch/google-translate-api/issues"
    },
    "homepage": "https://github.com/AidanWelch/google-translate-api#readme",
    "devDependencies": {
        "ava": "^3.15.0",
        "codecov": "^3.8.1",
        "coveralls": "^2.11.11",
        "husky": "^3.0.4",
        "np": "^7.6.0",
        "nyc": "^15.1.0",
        "xo": "^0.16.0"
    },
    "xo": {
        "space": 4,
        "parserOptions": {
            "ecmaScript": 8
        },
        "rules": {
            "no-undef": "warn",
            "no-fallthrough": "off",
            "dot-notation": "off",
            "no-loop-func": "warn",
            "no-dupe-keys": "warn"
        }
    },
    "dependencies": {
        "axios": "^0.27.2"
    }
}
