{
  "name": "expand-short-url",
  "version": "1.0.7",
  "description": "This library is designed to expand short URLs for Node.JS",
  "type": "module",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/cjs/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    "import": "./dist/esm/index.js",
    "require": "./dist/cjs/index.js"
  },
  "scripts": {
    "test:unit": "jest --coverage --verbose",
    "build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
    "test": "jest --coverage --verbose"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/gagan-bhullar-tech/expand-short-url.git"
  },
  "keywords": [
    "unshort",
    "expand",
    "shorturl"
  ],
  "author": "Gagan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gagan-bhullar-tech/expand-short-url/issues"
  },
  "homepage": "https://github.com/gagan-bhullar-tech/expand-short-url#readme",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "eslint": "^9.27.0",
    "jest": "^29.7.0",
    "nock": "^14.0.4",
    "prettier": "^3.5.3",
    "ts-jest": "^29.3.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  }
}
