@silexlabs/grapesjs-storage-rate-limit
Version:
GrapesJs plugin to make sure the user does not save the website more often than desired
45 lines (44 loc) • 1.15 kB
JSON
{
"name": "@silexlabs/grapesjs-storage-rate-limit",
"version": "1.3.0",
"description": "GrapesJs plugin to make sure the user does not save the website more often than desired",
"type": "module",
"main": "dist/index.js",
"module": "src/index.js",
"files": [
"dist",
"src",
"README.md",
"LICENSE"
],
"scripts": {
"start": "grapesjs-cli serve",
"build": "grapesjs-cli build --patch=false",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/silexlabs/grapesjs-storage-rate-limit.git"
},
"keywords": [
"grapesjs",
"plugin",
"silex",
"grapesjs-plugin",
"silex-website-builder"
],
"author": {
"name": "Alex Hoyau",
"url": "https://lexoyo.me/"
},
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/silexlabs/grapesjs-storage-rate-limit/issues"
},
"homepage": "https://github.com/silexlabs/grapesjs-storage-rate-limit#readme",
"devDependencies": {
"grapesjs-cli": "^4.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
}
}