UNPKG

pob-babel

Version:
52 lines (51 loc) 2.25 kB
{ "name": "pob-babel", "version": "19.1.3", "description": "Build and watch with babel", "keywords": [], "author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)", "license": "ISC", "repository": "git@github.com:christophehurpeau/pob-babel.git", "homepage": "https://github.com/christophehurpeau/pob-babel", "main": "lib/index.js", "bin": { "pob-build": "./pob-build", "pob-build-doc": "./pob-build-doc", "pob-watch": "./pob-watch", "pob-register": "./register" }, "scripts": { "clean": "rm -Rf docs dist test/node6 coverage", "lint": "eslint --ext .js,.jsx lib/", "prepare": "ln -s ../../git-hooks/pre-commit .git/hooks/pre-commit 2>/dev/null || true ; ln -s ../../git-hooks/post-checkout .git/hooks/post-checkout 2>/dev/null || true ; ln -s ../../git-hooks/post-merge .git/hooks/post-merge 2>/dev/null || true ; ln -s ../../git-hooks/prepare-commit-msg .git/hooks/prepare-commit-msg 2>/dev/null || true", "prepublish": "ln -s ../../git-hooks/pre-commit .git/hooks/pre-commit 2>/dev/null || true ; ln -s ../../git-hooks/post-checkout .git/hooks/post-checkout 2>/dev/null || true ; ln -s ../../git-hooks/post-merge .git/hooks/post-merge 2>/dev/null || true ; ln -s ../../git-hooks/prepare-commit-msg .git/hooks/prepare-commit-msg 2>/dev/null || true", "preversion": "yarn run lint && pob-repository-check-clean", "release": "pob-repository-check-clean && pob-release", "version": "pob-version" }, "dependencies": { "babel-cli": "^6.26.0", "babel-plugin-add-jsdoc-annotations": "^5.1.0", "babel-plugin-external-helpers": "^6.22.0", "babel-preset-pob-env": "^0.2.0", "rollup": "^0.56.3", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-node-resolve": "^3.0.3" }, "devDependencies": { "eslint": "^4.18.2", "eslint-config-airbnb-base": "^12.1.0", "eslint-config-pob": "^17.1.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-import": "^2.9.0", "eslint-plugin-node": "^6.0.1", "eslint-plugin-prettier": "^2.6.0", "komet": "^0.1.4", "komet-karma": "^0.2.5", "pob-release": "^3.1.0", "prettier": "^1.11.1" }, "peerDependencies": { "babel-core": "^6.26.0" } }