{
  "name": "use-ds-list",
  "version": "1.1.0",
  "description": "Testing packages with tsup",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup index.ts --format cjs,esm --dts",
    "lint": "tsc"
  },
  "keywords": [],
  "author": "zendostrike",
  "license": "MIT",
  "devDependencies": {
    "@changesets/cli": "^2.27.5",
    "tsup": "^8.1.0",
    "typescript": "^5.4.5"
  }
}
