-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1022 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
34
{
"name": "stack-overflow-tweaks-tool",
"version": "1.5.9",
"description": "A tool to tweak the StackOverflow UI and boost your productivity.",
"main": "manifest.json",
"directories": {
"doc": "docs"
},
"scripts": {
"style": "sass src/scss:dist/css --style compressed --no-source-map && postcss --replace dist/css --use autoprefixer",
"build": "npm run style && node ./build.js",
"format": "npx prettier --write src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riccardoFasan/stack-overflow-tweaks-tool.git"
},
"author": "Riccardo Fasan",
"license": "MIT",
"bugs": {
"url": "https://github.com/riccardoFasan/stack-overflow-tweaks-tool/issues"
},
"homepage": "https://github.com/riccardoFasan/stack-overflow-tweaks-tool#readme",
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.40",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.3",
"sass": "^1.77.8"
},
"dependencies": {
"fs-extra": "^11.2.0"
}
}