This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
16 lines (16 sloc)
488 Bytes
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "@open-gtd/aggregator", | |
"private": true, | |
"devDependencies": { | |
"lerna": "^3.4.3", | |
"tslint-config-prettier": "^1.16.0" | |
}, | |
"scripts": { | |
"lint": "lerna run lint --stream --concurrency 1", | |
"fix": "lerna run fix --stream --concurrency 1", | |
"test": "lerna run test --stream --concurrency 1", | |
"verify": "lerna run verify --stream --concurrency 1", | |
"build": "lerna run build --stream --concurrency 1", | |
"start": "lerna run start --parallel" | |
} | |
} |