{
	"name": "vue-feature-gates",
	"version": "0.2.4",
	"description": "Lightweight, type-safe feature flags for Vue 3.",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"files": [
		"dist"
	],
	"exports": {
		".": {
			"import": "./dist/index.js",
			"types": "./dist/index.d.ts"
		}
	},
	"scripts": {
		"build": "tsc",
		"prepublishOnly": "npm run build",
		"lint": "oxlint",
		"lint:fix": "oxlint --fix"
	},
	"peerDependencies": {
		"pinia": "^2.0.0",
		"vue": "^3.4.0"
	},
	"peerDependenciesMeta": {
		"pinia": {
			"optional": true
		}
	},
	"devDependencies": {
		"@types/node": "^25.0.10",
		"oxlint": "^1.38.0",
		"pinia": "^3.0.4",
		"typescript": "^5.9.3",
		"vue": "^3.4.0",
		"vue-tsc": "^3.2.2"
	},
	"keywords": [
		"vue",
		"feature-flags",
		"feature-gates",
		"A/B-testing",
		"feature-gate",
		"feature-toggle",
		"vue-feature-flags",
		"vue-feature-gates",
		"vue-ab-testing",
		"vue-feature-toggle",
		"vue-feature-gate"
	],
	"author": "Thibault Beaumont",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Tbeaumont79/vue-feature-gates.git"
	},
	"bugs": {
		"url": "https://github.com/Tbeaumont79/vue-feature-gates/issues"
	},
	"homepage": "https://github.com/Tbeaumont79/vue-feature-gates#readme"
}
