{
  "name": "sf-pro",
  "version": "1.0.4",
  "description": "Apple's San Francisco Pro font.",
  "type": "module",
  "exports": {
    "./display": "./font/display.ts",
    "./text": "./font/text.ts"
  },
  "keywords": [
    "sf-pro",
    "san-francisco-pro",
    "apple font"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/divocbn/sf-pro"
  },
  "license": "SIL OPEN FONT LICENSE",
  "peerDependencies": {
    "next": ">=15.3.0"
  }
}