{ "name": "@byteb4rb1e/mime-todo", "version": "0.4.0", "description": "CLI for the MIME TODO issue tracker specification with Bugzilla integration", "author": "Tiara Rodney ", "license": "CC-BY-ND-4.0", "type": "module", "repository": { "type": "git", "url": "git+ssh://git@bitbucket.org/byteb4rb1e/mime-todo-cli.git" }, "homepage": "https://bitbucket.org/byteb4rb1e/mime-todo-cli", "bugs": { "url": "https://bugs.code.tiararodney.com/buglist.cgi?component=CLI&product=MIME%20TODO" }, "keywords": [ "todo", "issue-tracker", "mime", "bugzilla", "cli", "gitflow" ], "bin": { "mime-todo": "./bin/main.js", "bugzilla": "./bin/bugzilla.js" }, "main": "lib/file.js", "files": [ "bin/*.js", "lib/", "README.md", "LICENSE" ], "scripts": { "build:bin": "tsc -p tsconfig.bin.json", "build:lib": "tsc -p tsconfig.lib.json && cp src/file.schema.json lib/", "build": "npm run build:lib && npm run build:bin", "mime-todo": "tsx bin/main.ts", "bugzilla": "tsx bin/bugzilla.ts", "test": "vitest run", "test-reports/unit": "vitest run" }, "dependencies": { "ajv": "^8.17.1", "mailparser": "^3.9.3", "yargs": "^18.0.0" }, "devDependencies": { "@eslint/js": "^9.24.0", "@types/mailparser": "^3.4.5", "@types/node": "^22.14.1", "@types/yargs": "^17.0.35", "eslint": "^9.25.1", "tsx": "^3.7.0", "typescript": "^5.8.3", "typescript-eslint": "^8.31.0", "vitest": "^4.0.18" }, "engines": { "node": ">=18.0.0" } }