UNPKG

@remusao/thunderbird-msg-filters

Version:

Library to parse and generate thunderbird msg filters rules

70 lines (69 loc) 1.68 kB
{ "name": "@remusao/thunderbird-msg-filters", "version": "2.1.0", "description": "Library to parse and generate thunderbird msg filters rules", "author": "Rémi Berson <remi@cliqz.com>", "homepage": "https://github.com/remusao/mono#readme", "license": "MPL-2.0", "type": "module", "tshy": { "exports": { "./package.json": "./package.json", ".": "./src/index.js" } }, "files": [ "dist", "bin" ], "bin": "bin/cli.js", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "scripts": { "clean": "rimraf dist coverage .nyc_output .tshy .tshy-build", "lint": "eslint src test bin cli.ts", "build": "tshy", "test": "nyc mocha" }, "keywords": [ "thunderbird", "filters", "message filters", "parser", "pretty printer" ], "bugs": { "url": "https://github.com/remusao/mono/issues" }, "devDependencies": { "@types/chai": "^5.2.2", "@types/mocha": "^10.0.7", "@types/node": "^22.15.18", "chai": "^5.2.0", "eslint": "^9.23.0", "mocha": "^11.2.2", "nyc": "^17.1.0", "rimraf": "^6.0.1", "tshy": "^3.0.2", "typescript": "5.8.3" }, "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/commonjs/index.d.ts", "default": "./dist/commonjs/index.js" } } }, "main": "./dist/commonjs/index.js", "types": "./dist/commonjs/index.d.ts", "module": "./dist/esm/index.js", "gitHead": "27c72bf6f12f8e500b19509eef5eb14445e6e2d5" }