UNPKG

@silexlabs/grapesjs-storage-rate-limit

Version:

GrapesJs plugin to make sure the user does not save the website more often than desired

36 lines (35 loc) 1.03 kB
{ "name": "@silexlabs/grapesjs-storage-rate-limit", "version": "1.1.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", "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": "lexoyo", "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" } }