{
    "name": "fast-api-speedtest",
    "version": "0.0.6",
    "description": "This library allows you to test speed with Netflix's Fast.com site.",
    "main": "dist/index.js",
    "scripts": {
        "test": "ts-mocha tests/**/*.test.ts",
        "prepare": "npm run build",
        "prepublishOnly": "npm test && npm run lint",
        "preversion": "npm run lint",
        "build": "tsc",
        "version": "npm run format && git add -A src",
        "postversion": "git push && git push --tags",
        "coverage": "nyc npm test",
        "lint": "eslint \"**\\*.ts\"",
        "lintFix": "eslint \"**\\*.ts\" --fix"
    },
    "author": "Karel Krýda",
    "license": "GPL-3.0",
    "types": "dist/index.d.ts",
    "files": [
        "dist",
        "LICENSE",
        "README.md"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/karelkryda/fast-api-speedtest.git"
    },
    "keywords": [
        "speed",
        "test",
        "fast",
        "fast api",
        "speed test",
        "network",
        "fast.com",
        "api"
    ],
    "bugs": {
        "url": "https://github.com/karelkryda/fast-api-speedtest/issues"
    },
    "homepage": "https://github.com/karelkryda/fast-api-speedtest#readme",
    "dependencies": {
        "chromium": "^3.0.2",
        "convert-units": "^3.0.0-beta.0",
        "puppeteer": "^10.0.0"
    },
    "devDependencies": {
        "@types/chai": "^4.2.19",
        "@types/mocha": "^8.2.2",
        "@typescript-eslint/eslint-plugin": "^4.28.0",
        "@typescript-eslint/parser": "^4.28.0",
        "chai": "^4.3.4",
        "eslint": "^7.29.0",
        "mocha": "^8.4.0",
        "nyc": "^15.1.0",
        "ts-mocha": "^8.0.0",
        "typescript": "^4.3.4"
    }
}