{
	"name": "@webiny/feature-flags",
	"version": "6.4.11",
	"type": "module",
	"exports": {
		".": "./index.js",
		"./*": "./*"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/webiny/webiny-js.git"
	},
	"description": "A small library that provides a simple way to define and read feature flags in a Webiny project.",
	"contributors": [
		"Adrian Smijulj <adrian@webiny.com>"
	],
	"license": "MIT",
	"devDependencies": {
		"@types/uniqid": "5.3.4",
		"@webiny/build-tools": "6.4.11",
		"rimraf": "6.1.3",
		"typescript": "6.0.3"
	},
	"publishConfig": {
		"access": "public"
	},
	"webiny": {
		"publishFrom": "dist"
	}
}
