nuxt-flagsmith
Version:
Nuxt.js module to use Flagsmith toggle feature services
60 lines (59 loc) • 1.53 kB
JSON
{
"name": "nuxt-flagsmith",
"version": "1.0.1",
"description": "Nuxt.js module to use Flagsmith toggle feature services",
"keywords": [
"nuxt",
"nuxtjs",
"flagsmith",
"feature-flags",
"module",
"feature",
"plugin"
],
"homepage": "https://github.com/mstfymrtc/nuxt-flagsmith",
"bugs": {
"url": "https://github.com/mstfymrtc/nuxt-flagsmith/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mstfymrtc/nuxt-flagsmith.git"
},
"license": "MIT",
"author": "Mustafa Yumurtacı <mstfymrtci@gmail.com>",
"main": "./dist/module.js",
"types": "./dist/index.d.ts",
"typings": "./index.d.ts",
"files": [
"dist",
"templates",
"index.d.ts"
],
"scripts": {
"build": "siroc build",
"dev": "nuxt dev test/fixture/ok",
"lint": "eslint --ext .js,.ts,.vue ./src",
"prepublishOnly": "yarn build",
"release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
"test": "yarn jest"
},
"dependencies": {
"axios": "^0.26.0",
"colorette": "^2.0.16",
"consola": "^2.15.3"
},
"devDependencies": {
"@babel/preset-typescript": "latest",
"@nuxt/types": "^2.15.8",
"@nuxtjs/eslint-config-typescript": "latest",
"@sucrase/jest-plugin": "^2.2.0",
"@types/chalk": "^2.2.0",
"@types/node": "latest",
"del": "latest",
"eslint": "latest",
"nuxt": "latest",
"playwright": "^1.19.2",
"siroc": "latest",
"standard-version": "latest"
}
}