{
    "name": "slog-cdn",
    "version": "1.0.1",
    "description": "浏览器扩展脚本仓",
    "main": "dist/index.min.js",
    "files": [
        "dist/**/*",
        "README.md",
        "LICENSE"
    ],
    "scripts": {
        "dev": "vite build --mode development",
        "build": "vite build --mode development && vite build"
    },
    "keywords": [
        "crx",
        "iife",
        "chrome",
        "slog"
    ],
    "author": "slongzhang <slongZhang@126.com> (https://gitee.com/slongzhag || https://github.com/slongzhang)",
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/slongzhang/slog-cdn.git"
    },
    "bugs": {
        "url": "https://github.com/slongzhang/slog-cdn/issues"
    },
    "homepage": "github.com/slongzhang/slog-cdn#readme",
    "packageManager": "pnpm@10.5.2",
    "devDependencies": {
        "terser": "^5.39.2",
        "vite": "^6.3.5"
    }
}