{
	"name": "cli",
	"version": "0.0.0",
	"description": "> TODO: description",
	"author": "Ethan Zhang <ethan.zhang@ringcentral.com>",
	"homepage": "",
	"license": "ISC",
	"main": "dist/cli.js",
	"types": "dist/types/index.d.ts",
	"directories": {
		"dist": "dist",
		"test": "__tests__"
	},
	"files": [
		"dist"
	],
	"scripts": {
		"build": "npx tsc",
		"lint": "tslint -c ../../tslint.json --project ."
	},
	"dependencies": {
		"commander": "^8.2.0",
		"mark-impact": "^0.0.0",
		"typescript": "^4.4.4"
	},
	"devDependencies": {
		"@types/jest": "^27.0.2",
		"@types/node": "^16.10.4",
		"jest": "^27.2.5",
		"ts-jest": "^27.0.6"
	}
}
