{
  "name": "tiny-readdir",
  "repository": "github:fabiospampinato/tiny-readdir",
  "description": "A simple promisified recursive readdir function.",
  "license": "MIT",
  "version": "3.1.1",
  "type": "module",
  "main": "dist/index.js",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "benchmark": "tsex benchmark",
    "benchmark:watch": "tsex benchmark --watch",
    "benchmark:prepare": "cd tasks && git clone https://github.com/babel/babel.git",
    "clean": "tsex clean",
    "compile": "tsex compile",
    "compile:watch": "tsex compile --watch",
    "test": "tsex test",
    "test:watch": "tsex test --watch",
    "prepublishOnly": "npm run compile && node test/index.js"
  },
  "keywords": [
    "readdir",
    "recursive",
    "promise",
    "simple",
    "tiny"
  ],
  "dependencies": {
    "promise-make-counter": "^1.0.2"
  },
  "devDependencies": {
    "@types/node": "^18.19.130",
    "benchloop": "^2.1.1",
    "fava": "^0.3.5",
    "tsex": "^4.0.2",
    "typescript": "^5.9.3"
  }
}
