UNPKG

2.25 kBJSONView Raw
1{
2 "name": "pob-babel",
3 "version": "19.1.6",
4 "description": "Build and watch with babel",
5 "keywords": [],
6 "author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)",
7 "license": "ISC",
8 "repository": "git@github.com:christophehurpeau/pob-babel.git",
9 "homepage": "https://github.com/christophehurpeau/pob-babel",
10 "main": "lib/index.js",
11 "bin": {
12 "pob-build": "./pob-build",
13 "pob-build-doc": "./pob-build-doc",
14 "pob-watch": "./pob-watch",
15 "pob-register": "./register"
16 },
17 "scripts": {
18 "clean": "rm -Rf docs dist test/node6 coverage",
19 "lint": "eslint --ext .js,.jsx lib/",
20 "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",
21 "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",
22 "preversion": "yarn run lint && pob-repository-check-clean",
23 "release": "pob-repository-check-clean && pob-release",
24 "version": "pob-version"
25 },
26 "dependencies": {
27 "babel-cli": "^6.26.0",
28 "babel-plugin-add-jsdoc-annotations": "^5.1.0",
29 "babel-plugin-external-helpers": "^6.22.0",
30 "babel-preset-pob-env": "^0.2.1",
31 "rollup": "^0.56.5",
32 "rollup-plugin-babel": "^3.0.3",
33 "rollup-plugin-node-resolve": "^3.2.0"
34 },
35 "devDependencies": {
36 "eslint": "^4.18.2",
37 "eslint-config-airbnb-base": "^12.1.0",
38 "eslint-config-pob": "^18.0.0",
39 "eslint-config-prettier": "^2.9.0",
40 "eslint-plugin-import": "^2.9.0",
41 "eslint-plugin-node": "^6.0.1",
42 "eslint-plugin-prettier": "^2.6.0",
43 "komet": "^0.1.4",
44 "komet-karma": "^0.2.5",
45 "pob-release": "^3.1.0",
46 "prettier": "^1.11.1"
47 },
48 "peerDependencies": {
49 "babel-core": "^6.26.0"
50 }
51}