{ "name": "@resugar/codemod-declarations-block-scope", "version": "1.0.3", "description": "Convert 'var' declarations to 'let' or 'const' as appropriate.", "keywords": [], "bugs": "https://github.com/resugar/resugar/issues", "repository": { "type": "git", "url": "https://github.com/resugar/resugar.git" }, "license": "MIT", "author": "Brian Donovan", "main": "src/index.js", "files": [ "src/**/*.{js,d.ts,js.map}" ], "scripts": { "prepare": "tsc", "test": "jest" }, "devDependencies": { "@resugar/test-runner": "*" }, "publishConfig": { "access": "public" }, "gitHead": "cf1f00a165f5c7976c9ee3680bdf449557845eb0" }