{
    "name": "source-han-sans-sc-vf",
    "version": "0.0.1",
    "description": "Source Han Sans SC VF",
    "type": "module",
    "exports": {
        ".": "./index.js",
        "./result.css": "./assets/result.css"
    },
    "sideEffects": [
        "./assets/result.css",
        "./index.js"
    ],
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.com/"
    }
}