{ "name": "@push.rocks/smartmatch", "version": "2.0.0", "private": false, "description": "A minimal matching library using picomatch for string matching based on wildcards.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild && tsbundle npm)", "format": "(gitzone format)", "buildDocs": "tsdoc" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.65", "@gitzone/tsbundle": "^2.0.7", "@gitzone/tstest": "^1.0.73", "@pushrocks/tapbundle": "^5.0.4", "@types/node": "^18.6.5" }, "dependencies": { "matcher": "^5.0.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "keywords": [ "match", "picomatch", "matching library", "string matching", "wildcards", "typescript", "npm package" ], "homepage": "https://code.foss.global/push.rocks/smartmatch", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartmatch.git" } }