UNPKG

re-start

Version:

Start preset with reconfigurable tasks

74 lines 1.83 kB
{ "name": "re-start", "version": "1.14.8", "description": "Start preset with reconfigurable tasks", "keywords": [ "start", "start-preset" ], "homepage": "https://github.com/effervescentia/re-start", "repository": "effervescentia/re-start", "author": "Ben Teichman <ben.l.teichman@gmail.com> (https://github.com/effervescentia)", "files": [ "dist/", "presets/" ], "main": "dist/index.js", "dependencies": { "minimist": "^1.2.0", "start": "^5.0.0", "start-babel": "^3.0.0", "start-clean": "^2.0.0", "start-codecov": "^2.0.0", "start-copy": "^0.2.0", "start-env": "^3.0.0", "start-eslint": "^3.0.1", "start-files": "^2.0.0", "start-input-connector": "^0.2.0", "start-istanbul": "^3.0.0", "start-mocha": "^3.0.0", "start-pretty-reporter": "^0.3.0", "start-read": "^0.3.0", "start-release": "^1.4.1", "start-split": "^1.1.0", "start-typescript": "^1.3.10", "start-watch": "^3.0.0", "start-webpack": "^0.2.0", "start-write": "^2.0.2" }, "devDependencies": { "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-latest": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "eslint-config-tough": "^0.4.0", "start-babel-cli": "^4.0.1", "tkstr-devtools": "^1.2.2" }, "peerDependencies": { "start": "^5.0.0" }, "scripts": { "start": "start-runner -f src/", "prepush": "yarn start lint", "prepublish": "yarn start build" }, "release": { "verifyConditions": "condition-circle" }, "engines": { "node": ">=4" }, "license": "MIT", "config": { "restart": { "lintFiles": [ "src/**/*.js", "test/**/*.js", "presets/*.js" ] }, "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }