Files
sashinexists/node_modules/tiny-readdir/package.json
2024-12-07 13:18:31 +11:00

35 lines
796 B
JSON
Executable File

{
"name": "tiny-readdir",
"repository": "github:fabiospampinato/tiny-readdir",
"description": "A simple promisified recursive readdir function.",
"version": "2.7.3",
"type": "module",
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "tsex clean",
"compile": "tsex compile",
"compile:watch": "tsex compile --watch",
"test": "tsex test",
"test:watch": "tsex test --watch",
"prepublishOnly": "tsex prepare"
},
"keywords": [
"readdir",
"recursive",
"promise",
"simple",
"tiny"
],
"dependencies": {
"promise-make-counter": "^1.0.1"
},
"devDependencies": {
"@types/node": "^18.19.39",
"fava": "^0.3.4",
"tsex": "^4.0.2",
"typescript": "^5.5.2"
}
}