UNPKG

@putout/engine-loader

Version:
68 lines (67 loc) 1.78 kB
{ "name": "@putout/engine-loader", "version": "17.0.10", "type": "module", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "load plugins and prepare them to run", "homepage": "https://github.com/coderaiser/putout/tree/master/packages/engine-loader#readme", "main": "lib/index.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": { "diff-match-patch": "^1.0.4", "try-catch": "^4.0.0", "try-to-catch": "^4.0.0" }, "keywords": [ "putout", "putout-engine", "loader" ], "peerDependencies": { "putout": "*" }, "devDependencies": { "@putout/eslint-flat": "^3.0.0", "@putout/formatter-progress": "*", "@putout/plugin-apply-nullish-coalescing": "*", "@putout/plugin-nodejs": "*", "@putout/plugin-remove-debugger": "*", "@putout/processor-javascript": "*", "@putout/processor-markdown": "*", "@putout/test": "^15.0.0", "c8": "^10.0.0", "eslint": "^10.0.0-alpha.0", "eslint-plugin-n": "^17.0.0", "eslint-plugin-putout": "^29.0.0", "estrace": "^6.0.0", "just-camel-case": "^6.2.0", "madrun": "^12.0.0", "montag": "^1.0.0", "nodemon": "^3.0.1", "putout": "*", "supertape": "^11.0.3" }, "license": "MIT", "engines": { "node": ">=22" }, "publishConfig": { "access": "public" } }