-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@silexlabs/grapesjs-storage-rate-limit",
"version": "1.0.8",
"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"
}
}