{ "version": "0.0.0-development", "name": "glob-promise", "description": "Promise version of glob", "author": "Ahmad Nassri (https://www.ahmadnassri.com/)", "homepage": "https://github.com/ahmadnassri/node-glob-promise", "repository": { "type": "git", "url": "https://github.com/ahmadnassri/node-glob-promise.git" }, "bugs": { "url": "https://github.com/ahmadnassri/node-glob-promise/issues" }, "funding": { "type": "individual", "url": "https://github.com/sponsors/ahmadnassri" }, "license": "MIT", "keywords": [ "glob", "promise" ], "engines": { "node": ">=16" }, "files": [ "lib" ], "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "tap test --no-coverage", "test:watch": "tap test --watch", "test:ci": "tap test --100", "test:report": "opener coverage/lcov-report/index.html" }, "devDependencies": { "@types/glob": "^8.0.0", "tap": "^16.3.0" }, "peerDependencies": { "glob": "^8.0.3" } }