-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 847 Bytes
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
{
"name": "leftside_back",
"version": "3.0.0",
"versionName": "3.0.0",
"license": "MS-RSL",
"author": "Philipp König",
"homepage": "https://extensions.redeviation.com/",
"repository": {
"type": "git",
"url": "https://github.com/Kiuryy/Leftside_Back"
},
"scripts": {
"init": "npm install && npm install -g npm-check-updates && npm rebuild node-sass",
"update": "ncu -u --packageFile package.json && npm install",
"build:chrome": "./build.sh --mode=build --target=chrome",
"build:firefox": "./build.sh --mode=build --target=firefox",
"release": "./build.sh --mode=release --target=chrome,firefox"
},
"devDependencies": {
"eslint": "^9.8.0",
"html-minifier-terser": "^7.2.0",
"sass": "^1.77.8",
"npm-check-updates": "^17.0.6",
"terser": "^5.31.5"
}
}