@putout/plugin-apply-at
Version:
🐊Putout plugin adds ability apply at()
54 lines (53 loc) • 1.31 kB
JSON
{
"name": "@putout/plugin-apply-at",
"version": "2.0.0",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "🐊Putout plugin adds ability apply at()",
"homepage": "https://github.com/coderaiser/putout/tree/master/packages/plugin-apply-at#readme",
"main": "lib/apply-at.js",
"release": false,
"tag": false,
"changelog": false,
"repository": {
"type": "git",
"url": "git://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": {},
"keywords": [
"putout",
"putout-plugin",
"plugin",
"at"
],
"devDependencies": {
"@putout/test": "^7.0.0",
"c8": "^8.0.0",
"eslint": "^8.0.1",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-putout": "^19.0.0",
"lerna": "^6.0.1",
"madrun": "^9.0.0",
"nodemon": "^3.0.1"
},
"peerDependencies": {
"putout": ">=32"
},
"license": "MIT",
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public"
}
}