{
    "name": "ghscard",
    "version": "0.5.3",
    "description": "ghscard is a JavaScript widget to generate interactive GitHub user/repository/organization cards for static web pages (like GitHub pages/Read the Docs).",
    "main": "index.js",
    "watch": {
        "build": {
            "patterns": [
                "src"
            ],
            "extensions": "ts"
        }
    },
    "scripts": {
        "clean": "rimraf dist/*",
        "build": "webpack --mode development && webpack --mode production",
        "lint": "tslint src/*.ts",
        "bundle-analyzer": "webpack-bundle-analyzer dist/stats.json",
        "watch": "npm-watch"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/thombashi/ghscard.git"
    },
    "keywords": [
        "github",
        "card"
    ],
    "author": "Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com> (https://github.com/thombashi)",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/thombashi/ghscard/issues"
    },
    "homepage": "https://github.com/thombashi/ghscard",
    "devDependencies": {
        "npm-watch": "^0.6.0",
        "prettier": "^2.0.5",
        "rimraf": "^3.0.2",
        "terser": "^4.8.0",
        "terser-webpack-plugin": "^3.0.8",
        "ts-loader": "^8.0.1",
        "tslint": "^6.1.2",
        "typescript": "^3.9.7",
        "webpack": "^4.44.0",
        "webpack-bundle-analyzer": "^3.8.0",
        "webpack-cli": "^3.3.12"
    },
    "dependencies": {
        "dayjs": "^1.8.31",
        "jquery": "^3.5.1"
    }
}
