grapesjs-cli
Version:
GrapesJS CLI tool for the plugin development
24 lines (23 loc) • 496 B
JSON
{
"name": "<%= rName %>",
"version": "1.0.0",
"description": "<%= name %>",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/<%= user %>/<%= rName %>.git"
},
"scripts": {
"start": "grapesjs-cli serve",
"build": "grapesjs-cli build",
"bump": "npm version patch -m 'Bump v%s'"
},
"keywords": [
"grapesjs",
"plugin"
],
"devDependencies": {
"grapesjs-cli": "^<%= version %>"
},
"license": "<%= license %>"
}