vue3-app-configuration
Version:
A Vue 3 plugin for integrating Azure App Configuration, including feature flags management.
45 lines (44 loc) • 1.04 kB
JSON
{
"name": "vue3-app-configuration",
"version": "2.4.0",
"description": "A Vue 3 plugin for integrating Azure App Configuration, including feature flags management.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup"
},
"files": [
"dist/**/*",
"src/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/an2n/vue3-app-configuration.git"
},
"keywords": [
"vue",
"vue3",
"app-configuration",
"feature-flags",
"azure",
"typescript"
],
"author": "Anton Lilleby",
"license": "MIT",
"bugs": {
"url": "https://github.com/an2n/vue3-app-configuration/issues"
},
"homepage": "https://github.com/an2n/vue3-app-configuration#readme",
"dependencies": {
"@azure/app-configuration": "^1.5.0"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"tsup": "^8.0.1",
"typescript": "^5.3.3"
}
}