forked from Kiuryy/Bookmark_Sidebar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 905 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.16.5",
"versionName": "1.16.5",
"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",
"release": "ncu -u --packageFile package.json && npm install --only=dev && node build.js",
"scss": "node-sass --source-map true -o src/css src/scss"
},
"devDependencies": {
"concat": "^1.0.3",
"create-file": "^1.0.1",
"del": "^5.1.0",
"eslint": "^6.3.0",
"fs-extra": "^8.1.0",
"glob-concat": "^1.0.1",
"html-minifier": "^4.0.0",
"jsonminify": "^0.4.1",
"node-sass": "^4.12.0",
"npm-check-updates": "^3.1.21",
"read-file": "^0.2.0",
"request": "^2.88.0",
"terser": "^4.3.0",
"zip-dir": "^1.0.2"
}
}