-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 903 Bytes
/
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": "@karasu-themes/bloggersection",
"version": "1.1.0",
"description": "The best Multi-section plugin for blogger",
"main": "rollup.config.js",
"type": "module",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Karasu-themes/bloggerSection.git"
},
"keywords": [
"Blogger",
"Sections",
"Js"
],
"author": "MarceloTLD",
"license": "MIT",
"bugs": {
"url": "https://github.com/Karasu-themes/bloggerSection/issues"
},
"homepage": "https://github.com/Karasu-themes/bloggerSection#readme",
"devDependencies": {
"@rollup/plugin-babel": "6.0.2",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-terser": "0.1.0",
"blogger-utils": "1.3.1",
"rollup": "3.2.5",
"rollup-plugin-esbuild": "5.0.0",
"rollup-plugin-license": "3.0.1"
}
}