{
  "name": "product-insights",
  "version": "1.0.3",
  "description": "This is RSSB product insights tracking SDK",
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "scripts": {
    "build": "tsup --format=esm,cjs --dts",
    "dev": "tsup --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rwanda-Social-Security-Board/Product-Insights-SDK.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Rwanda-Social-Security-Board/Product-Insights-SDK/issues"
  },
  "homepage": "https://github.com/Rwanda-Social-Security-Board/Product-Insights-SDK#readme",
  "dependencies": {
    "esbuild": "^0.25.0",
    "tsup": "^8.4.0",
    "typescript": "^5.8.2"
  },
  "engines": {
    "node": ">=20.15.1",
    "yarn": ">=1.22.19",
    "npm": "please-use-yarn"
  },
  "devDependencies": {
    "@types/node": "^22.13.8",
    "nodemon": "^3.1.9",
    "ts-node": "^10.9.2"
  }
}
