glomp
Version:
Lightweight, clearly-defined alternative to file glob strings
33 lines (32 loc) • 705 B
JSON
{
"name": "glomp",
"version": "3.1.1",
"description": "Lightweight, clearly-defined alternative to file glob strings",
"main": "index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "vitest",
"build": "rm -rf dist/* && tsc && cp dist/index.d.ts api/index.d.ts"
},
"keywords": [
"glob",
"light",
"fast-glob",
"globby",
"globstar"
],
"author": "Lily Scott <me@suchipi.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/suchipi/glomp.git"
},
"devDependencies": {
"@types/node": "^17.0.20",
"typescript": "^4.5.5",
"vitest": "^0.5.4"
},
"dependencies": {
"parallel-park": "^0.1.0"
}
}