{
  "name": "@roadmapsh/scoop",
  "version": "0.0.1",
  "private": false,
  "description": "NodeJS sdk for Scoop",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "license": "MIT",
  "scripts": {
    "dev": "tsup --watch",
    "clean": "rm -rf dist",
    "build": "tsup",
    "format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\" --cache",
    "format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\" --cache"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/roadmapsh/node-scoop.git",
    "directory": "."
  },
  "author": "Arik Chakma <arikchangma@gmail.com>",
  "keywords": [
    "email",
    "scoop"
  ],
  "devDependencies": {
    "prettier": "^3.1.0",
    "tsup": "^8.0.1",
    "typescript": "^5.3.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
