@putout/plugin-remove-useless-types-from-constants
Version:
putout plugin adds ability to convert any to primitive type
55 lines (54 loc) • 1.43 kB
JSON
{
"name": "@putout/plugin-remove-useless-types-from-constants",
"version": "1.2.1",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "putout plugin adds ability to convert any to primitive type",
"homepage": "https://github.com/coderaiser/putout/tree/v24.0.2/packages/plugin-typescript#remove-useless-types-from-constants",
"main": "lib/remove-useless-types-from-constants.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",
"putout-plugin-convert",
"plugin",
"convert",
"generic",
"shorthand"
],
"devDependencies": {
"@putout/test": "^4.0.0",
"c8": "^7.5.0",
"eslint": "^8.0.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^13.0.0",
"madrun": "^8.0.1"
},
"peerDependencies": {
"putout": ">=8"
},
"license": "MIT",
"engines": {
"node": ">=8.3.0"
},
"publishConfig": {
"access": "public"
}
}