{ "name": "thelounge-theme-nord", "description": "Nordify your lounge.", "version": "1.1.0", "keywords": [ "thelounge", "thelounge-theme", "nord" ], "homepage": "https://github.com/SeraphimRP/thelounge-theme-nord", "repository": { "type": "git", "url": "git+https://github.com/SeraphimRP/thelounge-theme-nord.git" }, "license": "MIT", "main": "package.json", "thelounge": { "name": "Nord", "type": "theme", "css": "nord.css" }, "devDependencies": { "stylelint": "^14.7.1", "stylelint-config-standard": "^25.0.0" }, "scripts": { "test": "stylelint nord.css", "format": "stylelint --fix nord.css" } }