kapsikkum-unmanic – Rev 1

Subversion Repositories:
Rev:
{
  "name": "unmanic-webui",
  "version": "1.0.0",
  "private": true,
  "description": "Unmanic webui.",
  "author": "Josh.5",
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Unmanic/unmanic.git"
  },
  "bugs": {
    "url": "https://github.com/Unmanic/unmanic/issues"
  },
  "homepage": "https://unmanic.app",
  "engines": {
    "node": ">=14.17.2",
    "npm": ">=6.14.13"
  },
  "scripts": {
    "build": "npm --prefix frontend run build && vendor-copy",
    "clean": "rimraf public"
  },
  "keywords": [
  ],
  "dependencies": {
    "vendor-copy": "^3.0.1"
  },
  "devDependencies": {
  },
  "vendorCopy": [
    {
      "from": "frontend/dist/spa",
      "to": "public"
    }
  ]
}