-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathpackage.json
31 lines (31 loc) · 921 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.2",
"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": "^9.8.0",
"glob-concat": "^1.0.3",
"html-minifier": "^4.0.0",
"jsonminify": "^0.4.2",
"sass": "^1.77.8",
"npm-check-updates": "^17.0.6",
"read-file": "^0.2.0",
"terser": "^5.31.5",
"zip-dir": "^2.0.0"
}
}