grapesjs-baml-core
Version:
baml Components integration in GrapesJS
37 lines (36 loc) • 807 B
JSON
{
"name": "grapesjs-baml-core",
"version": "0.5.7",
"description": "baml Components integration in GrapesJS",
"main": "dist/grapesjs-baml.min.js",
"scripts": {
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"v:patch": "npm version patch -m \"Release v%s\"",
"build": "grapesjs-cli build --patch=false",
"start": "grapesjs-cli serve -p 8081"
},
"files": [
"/dist",
"/locale"
],
"repository": {
"type": "git",
"url": "https://github.com/sseshachala/grapesjs-baml.git"
},
"keywords": [
"grapesjs",
"plugin",
"baml",
"wysiwyg"
],
"author": "Sudhi Seshachala",
"license": "BSD-3-Clause",
"dependencies": {
"baml-master": "^4.8.1"
},
"devDependencies": {
"eslint": "^7.20.0",
"grapesjs-cli": "^1.0.14"
}
}