39 lines
903 B
JSON
Executable File
39 lines
903 B
JSON
Executable File
{
|
|
"name": "zeptomatch",
|
|
"repository": "github:fabiospampinato/zeptomatch",
|
|
"description": "An absurdly small glob matcher that packs a punch.",
|
|
"license": "MIT",
|
|
"version": "2.1.0",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"exports": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"benchmark": "tsex benchmark",
|
|
"benchmark:watch": "tsex benchmark --watch",
|
|
"clean": "tsex clean",
|
|
"compile": "tsex compile",
|
|
"compile:watch": "tsex compile --watch",
|
|
"test": "tsex test",
|
|
"test:watch": "tsex test --watch",
|
|
"prepublishOnly": "tsex prepare"
|
|
},
|
|
"keywords": [
|
|
"tiny",
|
|
"glob",
|
|
"match",
|
|
"matcher",
|
|
"partial"
|
|
],
|
|
"dependencies": {
|
|
"grammex": "^3.1.11",
|
|
"graphmatch": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"benchloop": "^2.1.1",
|
|
"fava": "^0.3.5",
|
|
"tsex": "^4.0.2",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|