{
  "name": "@silexlabs/grapesjs-fonts",
  "version": "1.2.1",
  "description": "GrapesJS Fonts",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/silexlabs/grapesjs-fonts.git"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "start": "grapesjs-cli serve",
    "build": "grapesjs-cli build --patch=false",
    "lint": "eslint src"
  },
  "keywords": [
    "silex",
    "grapesjs",
    "grapesjs-plugin",
    "plugin",
    "font",
    "typography"
  ],
  "devDependencies": {
    "eslint": "^8.57.0",
    "grapesjs-cli": "^4.1.3"
  },
  "peerDependencies": {
    "backbone": "*",
    "grapesjs": ">=0.19.0 <0.23.0",
    "lit-html": "*"
  },
  "author": {
    "name": "Alex Hoyau",
    "url": "https://lexoyo.me/"
  },
  "license": "GPL-3.0"
}
