@silexlabs/grapesjs-fonts
Version:
37 lines (36 loc) • 729 B
JSON
{
"name": "@silexlabs/grapesjs-fonts",
"version": "1.1.0",
"description": "GrapesJS Fonts",
"main": "dist/index.js",
"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": "*"
},
"license": "GPL-3.0"
}