{
	"name": "fox-suite",
	"version": "1.2.6",
	"description": "",
	"main": "build",
	"scripts": {
		"watch": "cross-env tsc --build --watch",
		"build": "cross-env NODE_ENV=development tsc --build",
		"test": "cross-env jest"
	},
	"type": "commonjs",
	"engines": {
		"node": ">=12.0.0 || >=13.14.0 || >=14.0.0"
	},
	"keywords": [
		"fox",
		"fox-suite"
	],
	"homepage": "https://github.com/eankeen/fox-suite/tree/dev/#readme",
	"bugs": {
		"url": "https://github.com/eankeen/fox-suite/issues"
	},
	"author": {
		"name": "Edwin Kofler",
		"url": "https://edwinkofler.com"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/eankeen/fox-suite.git"
	},
	"license": "MIT",
	"bin": {
		"fox": "./bin/fox.js"
	},
	"dependencies": {
		"chokidar": "^3.4.0",
		"colorette": "^1.2.0",
		"debug": "^4.1.1",
		"esm": "^3.2.25",
		"fox-esm": "^1.2.6",
		"fox-utils": "^1.2.6",
		"handlebars": "^4.7.6",
		"lodash.throttle": "^4.1.1",
		"lodash.uniq": "^4.5.0",
		"minimist": "^1.2.5",
		"prompts": "^2.3.2",
		"rimraf": "^3.0.2"
	},
	"devDependencies": {
		"cross-env": "^7.0.2",
		"fox-types": "^1.2.6",
		"jest": "^26.0.1",
		"ts-jest": "^26.1.0",
		"ts-node": "^8.10.2",
		"typescript": "^3.9.5"
	}
}
