{
  "name": "@lablnet/fontpicker",
  "version": "1.0.1",
  "description": "The JavaScript fontpicker plugin",
  "keywords": ["fontpicker", "vanillajs", "googlefonts", "google-fonts", "free", "gplv3"],
  "main": "webpack.config.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --mode=production",
    "watch": "webpack --watch --mode=development"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lablnet/fontpicker.git"
  },

  "author": "Muhammad Umer Farooq",
  "license": "GPLv3",
  "bugs": {
    "url": "https://github.com/lablnet/fontpicker/issues"
  },
  "homepage": "https://github.com/lablnet/fontpicker#readme",
  "devDependencies": {
    "css-loader": "^3.4.2",
    "sass": "^1.53.0",
    "sass-loader": "^7.3.1",
    "style-loader": "^1.1.3",
    "webpack-cli": "^4.7.0"
  },
  "watch": {
    "test": "{src}/*.js"
  }
}
