zorn/package.json
2023-11-06 02:09:29 -05:00

20 lines
No EOL
562 B
JSON

{
"name": "plyx-player",
"version": "0.1.12",
"description": "Custom player for HTML5",
"author": "sudovanilla",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://sudovanilla.com/code/Korbs/Plyx-Player/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"
}
}