@cartesiancs/nugget-app
MCP server package nugget-app
Install
agr install @cartesiancs/nugget-app --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "nugget-app", "version": "0.4.3", "description": "Video Editor", "main": "main/main.js", "author": "cartesiancs", "scripts": { "start": "electron .", "dev": "concurrently "npm run compile" "npm run bundle:src"", "compile": "tsc -w -p ./.tsconfig", "bundle": "npm run bundle:src", "bundle:src": "webpack --mode=development --watch", "bundle:prod:src": "webpack --mode=production", "build:osx": "npm run bundle:prod:src && cross-env GH_TOKEN= electron-builder build --mac -p always", "build:win": "npm run bundle:prod:src && cross-env GH_TOKEN= electron-builder build --win --x64 -p always", "build": "npm run build:osx && npm run build:win" }, "repository": { "type": "git", "url": "https://github.com/cartesiancs/nugget-app" }, "build": { "productName": "Nugget", "appId": "com.cartesiancs.nugget", "asar": true, "extraResources": [ { "from": "./assets", "to": "assets", "filter": [ "/*" ] }, { "from": "./bin", "to": "bin", "filter": [ "/" ] } ], "protocols": { "name": "nuggetapp", "schemes": [ "nuggetapp" ] }, "mac": { "publish": { "provider": "github", "owner": "cartesiancs", "repo": "nugget-app" }, "target": [ "dmg" ], "icon": "assets/icons/mac/icon.icns", "asarUnpack": "**/.node", "notarize": true }, "dmg": { "internetEnabled": true }, "win": { "certificateFile": "/Users/devent.pfx", "certificatePassword": "<>", "verifyUpdateCodeSignature": true, "publish": { "provider": "github", "owner": "cartesiancs", "repo": "nugget-app" }, "target": [ "nsis" ], "icon": "./assets/icons/win/icon.ico" }, "nsis": { "oneClick": false, "allowToChangeInstallationDirectory": true }, "directories": { "buildResources": "./assets/", "output": "./dist/", "app": "." }, "files": [ "!src/", "!electron/" ], "publish": { "provider": "github", "owner": "cartesiancs" } }, "dependencies": { "@ffmpeg/ffmpeg": "^0.12.15", "@ffmpeg/util": "^0.12.2", "@imgly/background-removal": "^1.5.8", "@imgly/background-removal-node": "^1.4.5", "@lit/context": "^1.1.3", "@modelcontextprotocol/sdk": "^1.8.0", "axios": "^1.3.2", "bootstrap": "^5.0.2", "concurrently": "^9.0.1", "decompress": "4.2.1", "decompress-zip": "0.3.3", "electron-is-dev": "^2.0.0", "electron-log": "^4.4.8", "electron-progressbar": "^2.0.1", "electron-store": "^8.1.0", "electron-updater": "^6.3.9", "eslint-config-airbnb": "^19.0.4", "express": "^4.21.2", "fluent-ffmpeg": "^2.1.2", "fs-extra": "^11.1.0", "get-system-fonts": "^2.0.2", "gifuct-js": "^2.1.2", "jszip": "^3.10.1", "lit": "^3.2.1", "lodash": "^4.17.21", "onnxruntime-web": "^1.21.0-dev.20250114-228dd16893", "path": "^0.12.7", "request": "^2.88.2", "socket.io": "^4.8.1", "socket.io-client": "^4.8.1", "ts-loader": "^9.5.1", "typescript": "^5.8.3", "uuid": "^9.0.0", "zustand": "^5.0.0" }, "devDependencies": { "@babel/core": "^7.22.1", "@babel/preset-env": "^7.22.4", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.1", "electron": "^33.0.0", "electron-builder": "^25.1.8", "electron-reload": "^2.0.0-alpha.1", "mini-css-extract-plugin": "^2.6.1", "sass": "^1.55.0", "sass-loader": "^13.0.2", "style-loader": "^3.3.1", "webpack": "^5.74.0", "webpack-cli": "^4.10.0" } }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-55686847a7f72026-08-05