@putout/engine-loader
Version:
load plugins and prepare them to run
71 lines (70 loc) • 1.87 kB
JSON
{
"name": "@putout/engine-loader",
"version": "16.1.0",
"type": "commonjs",
"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",
"nano-memoize": "^3.0.11",
"once": "^1.4.0",
"try-catch": "^3.0.0",
"try-to-catch": "^3.0.1"
},
"keywords": [
"putout",
"putout-engine",
"loader"
],
"peerDependencies": {
"putout": "*"
},
"devDependencies": {
"@putout/eslint-flat": "^3.0.0",
"@putout/formatter-progress": "*",
"@putout/plugin-apply-nullish-coalescing": "*",
"@putout/plugin-convert-commonjs-to-esm": "*",
"@putout/plugin-nodejs": "*",
"@putout/plugin-remove-debugger": "*",
"@putout/processor-javascript": "*",
"@putout/processor-markdown": "*",
"c8": "^10.0.0",
"eslint": "^9.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-putout": "^28.0.0",
"estrace": "*",
"just-camel-case": "^6.2.0",
"madrun": "^11.0.0",
"mock-require": "^3.0.3",
"montag": "^1.0.0",
"nodemon": "^3.0.1",
"putout": "*",
"supertape": "^11.0.3"
},
"license": "MIT",
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
}
}