{
  "private": false,
  "name": "@growthbunker/vueflags",
  "version": "0.1.14",
  "author": "Julien Le Coupanec <julien.le.coupanec@gmail.com>",
  "license": "MIT",
  "description": "One easy-to-use flag component for Vue.js with all ISO 3166-1 countries.",
  "keywords": [
    "vue",
    "components",
    "flag",
    "flags"
  ],
  "homepage": "https://www.growthbunker.dev/vueflags",
  "repository": {
    "type": "git",
    "url": "https://github.com/growthbunker/vueflags.git"
  },
  "bugs": {
    "email": "product@growthbunker.com",
    "url": "https://github.com/growthbunker/vueflags/issues"
  },
  "main": "dist/vueflags.ssr.js",
  "module": "dist/vueflags.esm.js",
  "unpkg": "dist/vueflags.min.js",
  "files": [
    "dist/*",
    "src/**/*.vue",
    "!src/lib-dev.vue"
  ],
  "scripts": {
    "build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
    "build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
    "build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
    "build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife",
    "lint": "npm run lint:es; npm run lint:scss;",
    "lint:es": "eslint --ext .js,.vue --ignore-path .gitignore .",
    "lint:scss": "stylelint '**/*.scss'; stylelint '**/*.vue' --syntax scss; exit 0;"
  },
  "devDependencies": {
    "autoprefixer": "9.6.1",
    "cross-env": "6.0.3",
    "minimist": "1.2.3",
    "node-sass": "4.13.1",
    "pug": "2.0.4",
    "pug-lint-vue": "^0.3.0",
    "pug-plain-loader": "1.0.0",
    "rollup": "1.26.1",
    "rollup-plugin-buble": "0.19.8",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-replace": "2.2.0",
    "rollup-plugin-terser": "5.1.2",
    "rollup-plugin-vue": "5.1.1",
    "stylelint": "^12.0.0",
    "stylelint-config-recommended-scss": "^4.1.0",
    "stylelint-processor-html": "^1.0.0",
    "stylelint-scss": "^3.13.0",
    "vue": "2.6.10",
    "vue-template-compiler": "2.6.10"
  }
}
