{
	"name": "@xcritical/blanket",
	"version": "1.3.0",
	"description": "XCritical Blanket Component",
	"main": "dist/index.js",
	"source": "src/index.ts",
	"xc:source": "src/index.ts",
	"module": "dist/blanket.esm.js",
	"types": "dist/typings.d.ts",
	"files": [
		"dist"
	],
	"scripts": {
		"test": "exit 0",
		"compile": "tsdx build --format cjs,esm --verbose && api-extractor run",
		"compile:local": "tsdx build --format cjs,esm --verbose && api-extractor run --local",
		"build": "yarn clean && yarn compile",
		"clean": "rimraf dist lib .publish"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com:xcritical-software/xc-front-kit.git"
	},
	"keywords": [
		"blanket",
		"style-components",
		"themed"
	],
	"author": "XCritical Software",
	"license": "MIT",
	"homepage": "https://github.com/xcritical-software/xc-front-kit/tree/develop/packages/blanket#readme",
	"publishConfig": {
		"access": "public"
	},
	"private": false,
	"peerDependencies": {
		"polished": "^4.1.4",
		"react": "^16.8.3",
		"styled-components": "^5.3.3"
	},
	"dependencies": {
		"@xcritical/theme": "^1.3.0",
		"lodash.get": "4.x",
		"polished": "^4.1.4",
		"utilitify": "^1.0.3"
	},
	"gitHead": "d5f2bce04b2d0cca4b4755a019968ba452d76f44"
}
