UNPKG

yardman

Version:

The one that maintains the development yard

77 lines (76 loc) 1.73 kB
{ "name": "yardman", "version": "0.0.12", "description": "The one that maintains the development yard", "keywords": [ "autoload", "cli", "command", "development", "files", "monitor", "reload", "restart", "start", "terminal", "tools", "watch" ], "homepage": "https://github.com/agirorn/yardman#readme", "bugs": { "url": "https://github.com/agirorn/yardman/issues" }, "repository": { "type": "git", "url": "https://github.com/agirorn/yardman.git" }, "license": "ISC", "author": { "name": "Ægir Örn Símonarson", "email": "agirorn@gmail.com", "url": "https://github.com/agirorn" }, "files": [ "bin", "lib" ], "main": "lib", "bin": { "yardman": "bin/yardman.js" }, "scripts": { "ci": "yarn lint && yarn coverage", "dev": "./bin/yardman.js", "dev:exec": "clear && yarn coverage && npm run lint", "coverage": "yarn coverage:clean && yarn test", "coverage:clean": "rm -Rf coverage .test .nyc_output", "lint": "eslint bin lib spec", "precommit": "yarn ci", "prepublishOnly": "yarn ci", "prepush": "yarn ci", "test": "nyc mocha --opts .mocharc" }, "dependencies": { "chalk": "^4.1.2", "chokidar": "^4.0.3", "debug": "^4.4.3", "eta": "^4.5.1", "lodash.debounce": "^4.0.8", "pidtree": "^0.6.0" }, "devDependencies": { "chai": "^4.2.0", "eslint": "^6.7.2", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.2.0", "executable": "^4.1.0", "fs-extra": "^8.0.1", "husky": "^3.1.0", "mocha": "^6.1.4", "nyc": "^15.1.0", "sort-package-json": "^1.6.0" }, "engines": { "node": ">=10" } }