{
	"name": "skeleton-screen",
	"version": "1.0.2",
	"description": "Another react skeleton screen component",
	"main": "dist/index.js",
	"umd:main": "dist/index.umd.js",
	"module": "dist/index.esm.js",
	"source": "src/index.tsx",
	"type": "dist/index.d.ts",
	"scripts": {
		"build": "rollup --config rollup.config.js",
		"release": "npm run build && standard-version && git push --follow-tags origin master && npm publish",
		"release:first": "npm run build && standard-version --first-release && git push --follow-tags origin master && npm publish",
		"release:major": "npm run build && standard-version --release-as major && git push --follow-tags origin master && npm publish",
		"release:minor": "npm run build && standard-version --release-as minor && git push --follow-tags origin master && npm publish",
		"release:patch": "npm run build && standard-version --release-as patch && git push --follow-tags origin master && npm publish"
	},
	"keywords": [],
	"author": "",
	"license": "ISC",
	"devDependencies": {
		"@types/react": "^16.8.23",
		"@types/react-dom": "^16.8.4",
		"@typescript-eslint/eslint-plugin": "^1.6.0",
		"@typescript-eslint/parser": "^1.6.0",
		"autoprefixer": "^9.6.1",
		"cssnano": "^4.1.10",
		"eslint": "^5.16.0",
		"eslint-config-prettier": "^4.1.0",
		"eslint-config-standard": "^12.0.0",
		"eslint-plugin-import": "^2.17.1",
		"eslint-plugin-node": "^8.0.1",
		"eslint-plugin-prettier": "^3.0.1",
		"eslint-plugin-promise": "^4.1.1",
		"eslint-plugin-standard": "^4.0.0",
		"postcss": "^7.0.17",
		"rollup": "^1.16.6",
		"rollup-plugin-postcss": "^2.0.3",
		"rollup-plugin-typescript": "^1.0.1",
		"rollup-plugin-typescript2": "^0.22.0",
		"standard-version": "^6.0.1",
		"typescript": "^3.5.3"
	},
	"dependencies": {
		"react": "^16.8.6"
	}
}
