kapsikkum-unmanic – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 {
2 "name": "unmanic-webui",
3 "version": "1.0.0",
4 "private": true,
5 "description": "Unmanic webui.",
6 "author": "Josh.5",
7 "license": "GPL-3.0",
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/Unmanic/unmanic.git"
11 },
12 "bugs": {
13 "url": "https://github.com/Unmanic/unmanic/issues"
14 },
15 "homepage": "https://unmanic.app",
16 "engines": {
17 "node": ">=14.17.2",
18 "npm": ">=6.14.13"
19 },
20 "scripts": {
21 "build": "npm --prefix frontend run build && vendor-copy",
22 "clean": "rimraf public"
23 },
24 "keywords": [
25 ],
26 "dependencies": {
27 "vendor-copy": "^3.0.1"
28 },
29 "devDependencies": {
30 },
31 "vendorCopy": [
32 {
33 "from": "frontend/dist/spa",
34 "to": "public"
35 }
36 ]
37 }