vue-feature-toggle
Version:
Enables advanced feature-toggle with vue
46 lines (45 loc) • 1.19 kB
JSON
{
"name": "vue-feature-toggle",
"main": "dist/vue-feature-toggle.js",
"types": "dist/feature-toggle.d.ts",
"version": "3.0.0",
"description": "Enables advanced feature-toggle with vue",
"author": "Manuel Gelsen",
"scripts": {
"build": "rollup --config"
},
"repository": {
"type": "git",
"url": "https://github.com/bassdman/vue-feature-toggle.git"
},
"bugs": {
"url": "https://github.com/bassdman/vue-feature-toggle.git/issues"
},
"license": "MIT",
"type": "module",
"keywords": [
"vuejs",
"feature-flag",
"feature",
"vue",
"feature toggle",
"variant"
],
"devDependencies": {
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/node": "^22.10.7",
"rollup": "^4.31.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-vue": "^6.0.0",
"tslib": "^2.8.1",
"tsx": "^4.19.2"
},
"peerDependencies": {
"vue": "^2.x || ^3.x"
},
"dependencies": {
"feature-toggle-api": "^4.1.0"
}
}