@putout/engine-runner
Version:
78 lines (77 loc) • 2.04 kB
JSON
{
"name": "@putout/engine-runner",
"version": "26.0.3",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Run 🐊Putout plugins",
"homepage": "https://github.com/coderaiser/putout/tree/master/packages/engine-runner#readme",
"main": "./lib/index.js",
"exports": {
".": "./lib/index.js",
"./progress": "./lib/progress.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": {
"@putout/babel": "^5.0.0",
"@putout/compare": "^19.0.0",
"@putout/engine-parser": "^15.0.1",
"@putout/operate": "^15.0.0",
"@putout/operator-declare": "^15.0.0",
"@putout/operator-filesystem": "^10.0.0",
"@putout/operator-json": "^2.0.0",
"@putout/plugin-filesystem": "^12.0.0",
"fullstore": "^3.0.0",
"jessy": "^4.0.0",
"nessy": "^5.2.0",
"obug": "^2.1.1",
"once": "^1.4.0",
"try-catch": "^3.0.0",
"wraptile": "^3.0.0"
},
"keywords": [
"putout",
"putout-engine"
],
"devDependencies": {
"@putout/engine-loader": "*",
"@putout/eslint-flat": "^3.0.0",
"@putout/plugin-minify": "*",
"@putout/plugin-variables": "*",
"c8": "^10.0.0",
"eslint": "^10.0.0-alpha.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-putout": "^29.0.0",
"just-camel-case": "^6.2.0",
"madrun": "^11.0.0",
"montag": "^1.0.0",
"nodemon": "^3.0.1",
"putout": "*",
"supertape": "^11.0.3"
},
"peerDependencies": {
"putout": "*"
},
"license": "MIT",
"engines": {
"node": ">=20.19"
},
"publishConfig": {
"access": "public"
}
}