{
	"name": "cli-simple-table",
	"version": "1.1.1",
	"description": "CLI simple table",
	"keywords": [
		"cli",
		"table",
		"simple",
		"minimal"
	],
	"license": "MIT",
	"repository": "privatenumber/cli-simple-table",
	"funding": "https://github.com/privatenumber/cli-simple-table?sponsor=1",
	"author": {
		"name": "Hiroki Osame",
		"email": "hiroki.osame@gmail.com"
	},
	"type": "module",
	"files": [
		"dist"
	],
	"exports": {
		"import": "./dist/index.js",
		"require": "./dist/index.cjs"
	},
	"types": "./dist/index.d.ts",
	"scripts": {
		"build": "tsup src --dts --format esm,cjs",
		"lint": "eslint .",
		"pretest": "npm run build",
		"test": "uvu &:"
	},
	"husky": {
		"hooks": {
			"pre-commit": "lint-staged"
		}
	},
	"lint-staged": {
		"*.[tj]s": [
			"eslint",
			"npm run test"
		]
	},
	"dependencies": {
		"cli-truncate": "^2.1.0",
		"colorette": "^2.0.7",
		"strip-ansi": "^6.0.0"
	},
	"devDependencies": {
		"@pvtnbr/eslint-config": "^0.2.0",
		"@types/node": "^16.9.6",
		"eslint": "^7.32.0",
		"husky": "^4.3.0",
		"lint-staged": "^11.1.2",
		"tsup": "^5.1.0",
		"typescript": "^4.4.3",
		"uvu": "^0.5.1"
	},
	"eslintConfig": {
		"extends": "@pvtnbr"
	}
}
