{
  "name": "next-resolver",
  "version": "0.1.7",
  "type": "module",
  "main": "index.js",
  "module": "index.js",
  "types": "./types/index.d.ts",
  "exports": {
    ".": {
      "import": "./index.js",
      "types": "./types/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "keywords": [
    "promise",
    "unique",
    "id",
    "async",
    "utility"
  ],
  "author": "Andrea Giammarchi",
  "license": "MIT",
  "description": "A utility to simpify the repeated *unique ID* + *promise* dance",
  "scripts": {
    "build": "npm run ts && npm run test",
    "test": "c8 node ./test.mjs",
    "ts": "tsc --allowJs --checkJs --lib dom,esnext --target esnext -m nodenext -d --emitDeclarationOnly --outDir ./types ./index.js",
    "coverage": "mkdir -p ./coverage; c8 report --reporter=text-lcov > ./coverage/lcov.info"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WebReflection/next-resolver.git"
  },
  "bugs": {
    "url": "https://github.com/WebReflection/next-resolver/issues"
  },
  "homepage": "https://github.com/WebReflection/next-resolver#readme",
  "devDependencies": {
    "c8": "^11.0.0",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@webreflection/utils": "^0.1.2",
    "weak-id": "^0.2.1"
  }
}
