forked from Kiuryy/Bookmark_Sidebar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 947 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
{
"name": "bookmark_sidebar",
"version": "1.18.2",
"versionName": "1.18.2",
"license": "GPL-3.0",
"author": "Philipp König",
"homepage": "https://extensions.blockbyte.de/",
"repository": {
"type": "git",
"url": "https://github.com/Kiuryy/Bookmark_Sidebar"
},
"scripts": {
"init": "npm install --only=dev && npm install -g npm-check-updates && npm rebuild node-sass",
"release": "ncu -u --packageFile package.json && npm install --only=dev && node build.js",
"scss": "node-sass -o src/css src/scss"
},
"devDependencies": {
"concat": "^1.0.3",
"create-file": "^1.0.1",
"del": "^5.1.0",
"eslint": "^7.2.0",
"fs-extra": "^9.0.1",
"glob-concat": "^1.0.2",
"html-minifier": "^4.0.0",
"jsonminify": "^0.4.1",
"node-sass": "^4.14.1",
"npm-check-updates": "^6.0.1",
"read-file": "^0.2.0",
"request": "^2.88.2",
"terser": "^4.7.0",
"zip-dir": "^1.0.2"
}
}