{ "name": "utils", "version": "1.0.0", "description": "", "main": "json-modifier.ts", "scripts": { "start": "node json-modifier.ts", "typecheck": "tsc --noEmit", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "type": "module", "dependencies": { "uuid": "^14.0.1" }, "devDependencies": { "@types/node": "^24.10.1", "typescript": "^5.9.3" } }