@putout/operator-match-files
Version:
🐊Putout operator adds ability to match files to plugins
64 lines (63 loc) • 1.7 kB
JSON
{
"name": "@putout/operator-match-files",
"version": "12.3.2",
"type": "module",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "🐊Putout operator adds ability to match files to plugins",
"homepage": "https://github.com/coderaiser/putout/tree/master/packages/operator-match-files#readme",
"main": "lib/match-files.js",
"release": false,
"tag": false,
"changelog": false,
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/putout.git"
},
"scripts": {
"test": "madrun test",
"watch:test": "madrun watch:test",
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"coverage": "madrun coverage",
"report": "madrun report"
},
"dependencies": {
"@putout/babel": "^5.0.0",
"@putout/engine-parser": "^15.0.1",
"@putout/operator-filesystem": "^11.0.0",
"@putout/operator-json": "^3.0.0",
"@putout/processor-toml": "^1.1.20",
"@putout/processor-yaml": "^10.0.0"
},
"keywords": [
"putout",
"putout-operator",
"operator",
"match-files"
],
"devDependencies": {
"@putout/eslint-flat": "^4.0.0",
"@putout/plugin-nodejs": "*",
"@putout/test": "^15.0.0",
"eslint": "^10.0.0",
"eslint-plugin-putout": "^31.0.0",
"madrun": "^13.0.0",
"montag": "^2.0.0",
"nodemon": "^3.0.1",
"superc8": "^12.0.0",
"supertape": "^13.0.0",
"try-catch": "^4.0.0"
},
"peerDependencies": {
"putout": ">=42"
},
"license": "MIT",
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
}
}