{
    "name": "hpolyfill",
    "version": "0.23.0",
    "description": "A lightweight polyfill lib.",
    "main": "dist/index.js",
    "scripts": {
        "build": "rollup -c",
        "test": "3h-serve"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/huang2002/hpolyfill.git"
    },
    "keywords": [
        "hpolyfill",
        "polyfill",
        "lightweight",
        "3h"
    ],
    "author": "3h",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/huang2002/hpolyfill/issues"
    },
    "homepage": "https://github.com/huang2002/hpolyfill#readme",
    "devDependencies": {
        "3h-serve": "^0.6.2",
        "rollup": "^2.33.1",
        "rollup-plugin-terser": "^7.0.2",
        "terser": "^5.3.8"
    },
    "files": [
        "dist"
    ]
}
