{ "name": "zorn", "version": "2024.02.25", "description": "Custom player for HTML5", "author": "sudovanilla", "license": "AGPL-3.0-or-later", "bugs": { "url": "https://sudovanilla.com/code/Korbs/Zorn/issues", "email": "support@sduovanilla.com" }, "scripts": { "test": "concurrently \"serve ./\" \"npm run sass\"", "sass": "sass -q --watch src/styles/app.scss:src/styles/app.css --style=compressed --no-source-map" }, "dependencies": { "concurrently": "^8.2.1", "sass": "^1.69.3", "serve": "^14.2.1" } }