{
    "name": "@protontech/tidy-url",
    "version": "1.18.5",
    "description": "Cleans/removes tracking or garbage parameters from URLs",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "scripts": {
        "test": "ts-node test.ts",
        "build": "tsc && webpack && ts-node src/postbuild.ts",
        "prepare": "npm run build",
        "version": "git add -A src",
        "postversion": "git push && git push --tags"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/DrKain/tidy-url.git"
    },
    "keywords": [
        "tidy",
        "clean",
        "sanitize",
        "url",
        "website",
        "tracking",
        "remove",
        "junk"
    ],
    "author": "",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/DrKain/tidy-url/issues"
    },
    "homepage": "https://github.com/DrKain/tidy-url#readme",
    "devDependencies": {
        "@types/node": "^14.17.0",
        "@typescript-eslint/eslint-plugin": "^5.17.0",
        "@typescript-eslint/parser": "^5.17.0",
        "eslint": "^8.12.0",
        "prettier": "^2.3.0",
        "ts-loader": "^9.2.8",
        "typescript": "^4.2.4",
        "webpack": "^5.90.3",
        "webpack-cli": "^5.1.4"
    }
}
