{ "name": "goeasyffmpeg", "version": "9.0.0", "description": "EasyDarwin Open Source Media Server", "main": "index.js", "scripts": { "build:ico": "rsrc -arch amd64 -ico ed.ico -o EasyDarwin_windows.syso", "build:www": "cd web_src && npm run build && cd .. && apidoc -i routers -o www/apidoc", "build:doc": "apidoc -i routers -o www/apidoc", "build:win": "go build -o GoEasyFfmpeg.exe", "build:lin": "go build -o goeasyffmpeg", "build:dev": "go build -o GoEasyFfmpeg.exe", "dev": "gobuild -o GoEasyFfmpeg.exe", "dev:lin": "gobuild -o goeasyffmpeg", "dev:www": "cd web_src && npm run start", "clean": "rimraf GoEasyFfmpeg.exe GoEasyFfmpeg.exe~ goeasyffmpeg" }, "apidoc": { "name": "GoEasyFfmpeg", "title": "GoEasyFfmpeg API Reference", "order": [ "stats", "Pushers", "ers", "stream", "StreamStart", "StreamStop", "record", "RecordFolders", "RecordFiles", "sys", "Login", "Logout", "GetUserInfo", "ModifyPassword", "GetServerInfo" ] }, "keywords": [], "author": "", "license": "ISC", "pack": [ { "name": "GoEasyFfmpeg-windows", "format": "zip", "pattern": "{www/**,GoEasyFfmpeg.exe,ServiceInstall-EasyDarwin.exe,ServiceUninstall-EasyDarwin.exe,easydarwin.ini}", "options": { "dot": true, "ignore": [ "*.log" ] } }, { "name": "GoEasyFfmpeg-linux", "format": "tar", "pattern": "{www/**,goeasyffmpeg,easydarwin.ini,*.sh}", "options": { "dot": true, "ignore": [ "*.log" ] } } ] }