{
  "name": "@ibw/shared",
  "version": "1.0.0",
  "description": "Shared TypeScript interfaces, constants, and data types for Indian Books Worldwide",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "rimraf dist",
    "watch": "tsc --watch"
  },
  "devDependencies": {
    "rimraf": "^5.0.5",
    "typescript": "^5.4.5"
  }
}
