UNPKG

nightingale-file-output

Version:
45 lines (44 loc) 1.97 kB
{ "name": "nightingale-file-output", "version": "2.1.0", "description": "Nightingale file output", "keywords": [ "nightingale", "nightingale-output" ], "author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)", "license": "ISC", "repository": "git@github.com:nightingalejs/nightingale-file-output.git", "homepage": "https://github.com/nightingalejs/nightingale", "engines": { "node": ">=6.5.0" }, "main": "./lib/index.js", "scripts": { "build": "pob-build", "clean": "rm -Rf docs dist test/node6 coverage", "lint": "eslint --ext .js,.jsx src/", "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 && yarn run build && pob-repository-check-clean", "release": "pob-repository-check-clean && pob-release", "version": "pob-version", "watch": "pob-watch" }, "dependencies": { "flow-runtime": "^0.10.0" }, "devDependencies": { "babel-eslint": "^7.2.0", "babel-preset-latest-node": "^0.2.2", "eslint": "^3.18.0", "eslint-config-airbnb-base": "^11.1.1", "eslint-config-pob": "^11.1.0", "eslint-plugin-babel": "^4.1.0", "eslint-plugin-import": "^2.2.0", "komet": "^0.1.4", "komet-karma": "^0.2.5", "pob-babel": "^17.1.1", "pob-release": "^3.1.0" } }