{
  "name": "@react-pdf-levelup/chart",
  "version": "1.1.23",
  "description": "",
  "license": "ISC",
  "author": "",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "private": false,
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build:lib": "tsup --config tsup.config.ts"
  }
}