forked from Kiuryy/Bookmark_Sidebar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 924 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
{
"name": "bookmark_sidebar",
"version": "2.3.0",
"license": "MS-RSL",
"author": "Philipp Koenig",
"homepage": "https://extensions.redeviation.com/",
"repository": {
"type": "git",
"url": "https://github.com/Kiuryy/Bookmark_Sidebar"
},
"scripts": {
"init": "npm install && npm install -g npm-check-updates && npm rebuild node-sass",
"update": "ncu -u --packageFile package.json && npm install",
"release": "node build.js",
"updateAndRelease": "npm run update && npm run release",
"scss": "sass src/scss:src/css"
},
"devDependencies": {
"concat": "^1.0.3",
"create-file": "^1.0.1",
"eslint": "^8.57.0",
"glob-concat": "^1.0.3",
"html-minifier": "^4.0.0",
"jsonminify": "^0.4.2",
"sass": "^1.72.0",
"npm-check-updates": "^16.14.18",
"read-file": "^0.2.0",
"terser": "^5.30.0",
"zip-dir": "^2.0.0"
}
}