mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-02 07:12:56 -08:00
28 lines
873 B
JSON
28 lines
873 B
JSON
{
|
|
"name": "Lepton",
|
|
"version": "5.0.0",
|
|
"description": "I respect proton UI and aim to improve it. ",
|
|
"author": "alstjr7375 <alstjr7375@daum.net>",
|
|
"license": "MPL 2.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/black7375/Firefox-UI-Fix.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/black7375/Firefox-UI-Fix/issues"
|
|
},
|
|
"homepage": "https://github.com/black7375/Firefox-UI-Fix#readme",
|
|
"scripts": {
|
|
"build": "sass --no-source-map src/userChrome.scss ./userChrome.css && sass --no-source-map src/userContent.scss ./userContent.css && prettier --write userChrome.css userContent.css",
|
|
"format": "prettier --write .",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"fast-glob": "^3.2.11",
|
|
"jest": "^27.5.1",
|
|
"prettier": "^2.6.1",
|
|
"sass": "^1.49.0",
|
|
"sass-true": "^6.1.0"
|
|
}
|
|
}
|