zorn/package.json
2024-02-26 05:27:17 -05:00

35 lines
No EOL
879 B
JSON

{
"name": "@sudovanilla/zorn",
"version": "2024.02.26",
"description": "HTML5 Web Player",
"main": "src/index.js",
"repository": "https://sudovanilla.com/code/Korbs/Zorn/",
"author": "SudoVanilla <korbs@sudovanilla.com>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://sudovanilla.com/code/Korbs/Zorn/issues",
"email": "support@sudovanilla.com"
},
"funding": [
{
"type": "individual",
"url": "https://sudovanilla.com/donate/"
}
],
"files": [
"dist/zorn.js",
"README.md",
"LICENSE"
],
"scripts": {
"start": "concurrently \"http-server ./test/\" \"node esbuild.watch.config.mjs\"",
"build": "node esbuild.config.mjs"
},
"devDependencies": {
"concurrently": "^8.2.2",
"esbuild": "^0.20.1",
"esbuild-plugin-svg": "^0.1.0",
"http-server": "^14.1.1",
"sass": "^1.71.1"
}
}