{
	"name": "tay",
	"version": "2.3.5",
	"description": "Design token builder",
	"main": "dist/index.js",
	"bin": {
		"tay": "dist/index.js"
	},
	"scripts": {
		"test": "jest",
		"precommit": "lint-staged",
		"lint": "eslint --ignore-path .gitignore .",
		"build": "babel src --out-dir dist",
		"prepublish": "npm run build"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/dan1elhughes/tay.git"
	},
	"keywords": [],
	"author": "Dan Hughes",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/dan1elhughes/tay/issues"
	},
	"homepage": "https://github.com/dan1elhughes/tay#readme",
	"devDependencies": {
		"babel-cli": "^6.26.0",
		"babel-plugin-transform-runtime": "^6.23.0",
		"babel-preset-env": "^1.7.0",
		"eslint": "^5.2.0",
		"eslint-config-prettier": "^2.9.0",
		"eslint-plugin-prettier": "^2.6.2",
		"husky": "^0.14.3",
		"jest": "^23.4.2",
		"jest-junit": "^5.1.0",
		"lint-staged": "^7.2.0",
		"prettier": "^1.14.0"
	},
	"dependencies": {
		"babel-runtime": "^6.26.0",
		"chokidar": "^2.0.4",
		"commander": "^2.16.0",
		"flat": "^4.1.0",
		"fs-extra": "^7.0.0",
		"lodash": "^4.17.10",
		"mkdirp": "^0.5.1"
	},
	"lint-staged": {
		"*.js": [
			"eslint",
			"git add"
		]
	}
}
