Firefox-UI-Fix/package.json
2022-03-16 10:52:14 +09:00

21 lines
591 B
JSON

{
"name": "Lepton",
"version": "4.6.0",
"description": "I respect proton UI and aim to improve it. ",
"main": "index.js",
"repository": "https://github.com/black7375/Firefox-UI-Fix.git",
"author": "alstjr7375 <alstjr7375@daum.net>",
"license": "MPL 2.0",
"private": true,
"scripts": {
"build": "sass src/userChrome.scss ./userChrome.css && sass src/userContent.scss ./userContent.css",
"format": "prettier --write .",
"test": "jest"
},
"devDependencies": {
"glob": "^7.2.0",
"jest": "^27.5.1",
"sass": "^1.49.0",
"sass-true": "^6.1.0"
}
}