{
	"name": "@constgen/neutrino-react-scoped-styles",
	"version": "1.9.2",
	"description": "Neutrino middleware for isolation of React components styles",
	"main": "index.js",
	"author": "Constantine Genchevsky <const.gen@gmail.com>",
	"license": "GPL-3.0",
	"repository": {
		"type": "git",
		"url": "https://github.com/constgen/constgen-neutrino.git"
	},
	"homepage": "https://github.com/constgen/constgen-neutrino/tree/master/packages/react-scoped-styles",
	"keywords": [
		"neutrino",
		"neutrino-middleware",
		"middleware",
		"preset",
		"webpack",
		"react",
		"scoped",
		"styles"
	],
	"dependencies": {
		"css-tree": "1.0.0-alpha.39",
		"source-map": "0.7.3"
	},
	"peerDependencies": {
		"neutrino": "^9.0.0",
		"webpack": "^4.0.0"
	},
	"files": [
		"**/*.js",
		"README.md",
		"package.json"
	],
	"engines": {
		"node": ">=10",
		"npm": ">=5.4.0"
	}
}
