arbor
Version:
A simple CLI tool to build projects across several platforms in parallel
56 lines (55 loc) • 1.59 kB
JSON
{
"name": "arbor",
"version": "0.8.2",
"description": "A simple CLI tool to build projects across several platforms in parallel",
"keywords": [
"Build",
"Tool",
"CLI"
],
"bin": "./dist/index.js",
"scripts": {
"clean": "rimraf ./dist",
"lint": "tslint --project tsconfig.json",
"prebuild": "run-s -n clean lint",
"build": "webpack --config ./build/webpack.ts --progress",
"watch": "webpack --config ./build/webpack.ts --progress --watch"
},
"author": "Vintage Software <dev@vintagesoftware.com>",
"contributors": [
"Cory Rylan <crylan@vintagesoftware.com>",
"Kevin Phelps <kphelps@vintagesoftware.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vintage-software/arbor.git"
},
"bugs": {
"url": "https://github.com/vintage-software/arbor/issues"
},
"homepage": "https://github.com/vintage-software/arbor#readme",
"dependencies": {
"chalk": "2.4.2",
"dependency-graph": "0.8.0",
"injection-js": "2.2.1",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.2",
"yargs": "13.2.4"
},
"devDependencies": {
"@types/node": "12.0.8",
"@types/rimraf": "2.0.2",
"@types/webpack": "4.4.32",
"@types/yargs": "13.0.0",
"awesome-typescript-loader": "5.2.1",
"npm-run-all": "4.1.5",
"rimraf": "2.6.3",
"ts-node": "8.2.0",
"tslint": "5.17.0",
"typescript": "3.5.2",
"webpack": "4.34.0",
"webpack-cli": "3.3.4",
"webpack-node-externals": "1.7.2"
}
}