@boost/core
Version:
Robust pipeline for creating dev tools that separate logic into routines and tasks.
62 lines (61 loc) • 1.57 kB
JSON
{
"name": "@boost/core",
"version": "1.12.0",
"description": "Robust pipeline for creating dev tools that separate logic into routines and tasks.",
"keywords": [
"boost",
"build",
"tool",
"pipeline",
"routine",
"task",
"config"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"engines": {
"node": ">=8.9.0"
},
"repository": "https://github.com/milesj/boost/tree/master/packages/core",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@boost/common": "^1.1.0",
"@boost/debug": "^1.0.0",
"@boost/event": "^1.0.1",
"@boost/log": "^1.0.0",
"@boost/translate": "^1.0.0",
"@types/debug": "^4.1.4",
"@types/execa": "^0.9.0",
"@types/exit": "^0.1.30",
"@types/fs-extra": "^7.0.0",
"@types/json5": "^0.0.30",
"@types/lodash": "^4.14.134",
"@types/pluralize": "^0.0.29",
"@types/split": "^1.0.0",
"@types/wrap-ansi": "^3.0.0",
"@types/yargs": "^13.0.0",
"@types/yargs-parser": "^13.0.0",
"ansi-escapes": "^4.2.0",
"chalk": "^2.4.2",
"cli-truncate": "^2.0.0",
"debug": "^4.1.1",
"env-ci": "^4.1.1",
"execa": "^1.0.0",
"exit": "^0.1.2",
"fast-glob": "^3.0.1",
"fs-extra": "^8.0.1",
"json5": "^2.1.0",
"lodash": "^4.17.11",
"optimal": "^3.2.1",
"pluralize": "^8.0.0",
"split": "^1.0.1",
"strip-ansi": "^5.2.0",
"term-size": "^2.1.0",
"wrap-ansi": "^6.0.0",
"yargs-parser": "^13.1.1"
},
"gitHead": "3ade9ca405d2449d4948b9e926cea7ad5b3d9c66"
}