UNPKG

babel-plugin-remove-unused-import

Version:
73 lines (72 loc) 1.93 kB
{ "name": "babel-plugin-remove-unused-import", "version": "2.1.1", "description": "", "main": "index.js", "scripts": { "test": "jest", "clean": "rm -rf lib/*", "babel": "babel src --out-dir lib -D", "dev": "npm run babel -- -w", "prepublish": "npm run clean; npm run babel", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md", "version": "npm run changelog" }, "files": [ "lib", "index.js" ], "keywords": [ "imcuttle", "shake", "remove-unused", "babel-plugin" ], "engines": { "node": ">=7" }, "author": "", "license": "MIT", "devDependencies": { "@commitlint/cli": "^7.2.1", "@commitlint/config-conventional": "^7.1.2", "@moyuyc/husky": "^1.1.1", "@types/jest": "^23.3.9", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-es2015-classes": "^6.24.1", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "conventional-changelog-cli": "^2.0.11", "jest": "^23.6.0", "prettier": "^1.14.3", "pretty-quick": "^1.8.0" }, "directories": { "lib": "lib", "test": "test" }, "dependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/chuyik/babel-plugin-danger-remove-unused-import.git" }, "bugs": { "url": "https://github.com/chuyik/babel-plugin-danger-remove-unused-import/issues" }, "homepage": "https://github.com/chuyik/babel-plugin-danger-remove-unused-import#readme", "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged", "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS" } } }