{
	"name": "dothe",
	"version": "1.1.0",
	"description": "",
	"main": "index.js",
	"scripts": {
		"prepublishOnly": "npm run build",
		"test": "ava",
		"build": "tsc"
	},
	"bin": {
		"dothe": "./bin/index.js"
	},
	"author": "Vsevolod Rodionov <vsevolod.rodionov@gmail.com>",
	"license": "ISC",
	"ava": {
		"compileEnhancements": false,
		"extensions": [
			"ts"
		],
		"require": [
			"ts-node/register"
		]
	},
	"dependencies": {
		"collections-plus": "^1.1.0",
		"dagraph": "^1.3.0",
		"execa": "~2.0.4",
		"fs-extra": "~8.1.0",
		"get-roots": "^1.1.0",
		"listr": "~0.14.3",
		"ramda": "~0.26.1",
		"yargs": "~13.3.0",
		"zen-observable": "~0.8.14"
	},
	"devDependencies": {
		"@babel/helper-plugin-utils": "~7.0.0",
		"@types/fs-extra": "~8.0.0",
		"@types/invariant": "~2.2.30",
		"@types/listr": "~0.14.2",
		"@types/node": "~12.7.2",
		"@types/ramda": "~0.26.19",
		"@types/toposort": "~2.0.3",
		"@types/yargs": "~13.0.2",
		"ava": "~2.3.0",
		"dothe": "^1.1.0",
		"ts-node": "~8.3.0",
		"typescript": "~3.5.3"
	}
}
