UNPKG

@putout/quick-lint

Version:
57 lines (56 loc) 1.33 kB
{ "name": "@putout/quick-lint", "version": "2.1.0", "type": "module", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "quick-lint-js as library", "homepage": "http://github.com/putoutjs/quick-lint", "main": "lib/quick-lint.js", "repository": { "type": "git", "url": "git+https://github.com/putoutjs/quick-lint.git" }, "bin": { "quick-lint": "bin/quick-lint.js" }, "keywords": [ "quick-lint-js", "linter", "js", "putout" ], "scripts": { "test": "madrun test", "coverage": "madrun coverage", "lint": "madrun lint", "fix:lint": "madrun fix:lint", "report": "madrun report", "watcher": "madrun watcher", "watch:test": "madrun watch:test", "watch:lint": "madrun watch:lint", "update:dist": "madrun update:dist" }, "dependencies": { "once": "^1.4.0" }, "license": "MIT", "devDependencies": { "@putout/test": "^14.1.0", "c8": "^10.1.2", "eslint": "^9.1.1", "eslint-plugin-putout": "^29.0.2", "ipull": "^4.0.3", "madrun": "^11.0.2", "montag": "^1.2.1", "nodemon": "^3.1.0", "putout": "^41.0.8", "supertape": "^11.1.3", "try-to-catch": "^3.0.1" }, "engines": { "node": ">=20" }, "publishConfig": { "access": "public" } }