{
	"name": "@che-ins-ui/icons",
	"version": "3.4.50",
	"description": "<>",
	"build:storybook": "src/index.ts",
	"main": "dist/index.js",
	"module": "dist/input.esm.js",
	"types": "dist/index.d.ts",
	"scripts": {
		"test2": "jest",
		"test": " mocha 'tests/**/*.test.{js,ts,tsx}'",
		"createStoriesFile": "node ./scripts/createStoriesFile.js",
		"compile": "npx tsc",
		"build": "yarn clean && yarn compile",
		"build:storybook": "yarn createStoriesFile && yarn build",
		"clean": "rimraf dist lib .publish node_modules"
	},
	"author": "Cherehapa",
	"license": "MIT",
	"publishConfig": {
		"access": "public"
	},
	"private": false,
	"devDependencies": {
		"react-use": "^17.4.0"
	},
	"peerDependencies": {
		"react": ">=17.0.2"
	},
	"gitHead": "ea935b91b49be5de956265f871b1753fed7000eb"
}
