{ "name": "benchmark-gguf-edit", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "benchmark": "ts-node benchmark.ts", "format": "prettier --write .", "format:check": "prettier --check ." }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "prettier": "^3.4.2", "ts-node": "^10.9.2", "typescript": "^5.9.3" }, "dependencies": { "@huggingface/gguf": "^0.3.2", "@huggingface/hub": "^2.6.10" } }