Firefox-UI-Fix/package.json
2021-12-17 03:48:41 +09:00

20 lines
555 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",
"test": "jest"
},
"devDependencies": {
"glob": "^7.2.0",
"jest": "^27.4.5",
"sass": "^1.45.0",
"sass-true": "^6.0.1"
}
}